﻿differt.scene.ExhaustivePathTracer
==================================

.. currentmodule:: differt.scene

.. autoclass:: ExhaustivePathTracer
   :members:
   :show-inheritance:
   :inherited-members:

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~ExhaustivePathTracer.batch_size
      ~ExhaustivePathTracer.chunk_size
      ~ExhaustivePathTracer.confidence_threshold
      ~ExhaustivePathTracer.disconnect_inactive_triangles
      ~ExhaustivePathTracer.epsilon
      ~ExhaustivePathTracer.hit_tol
      ~ExhaustivePathTracer.min_len
      ~ExhaustivePathTracer.smoothing_factor
   
   

   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~ExhaustivePathTracer.generate_path_candidates
      ~ExhaustivePathTracer.generate_path_candidates_chunks_iter
      ~ExhaustivePathTracer.trace_path_candidates
      ~ExhaustivePathTracer.trace_paths
   
   

   .. rubric:: Detailed documentation