Ponca  ffe971c98842bcc9a253942467b44661c4a9b6eb
Point Cloud Analysis library
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 C_Base
 C_NeighborhoodFrame
 CPonca::AbstractNeighborGraph< _Traits, BufferType, _OneConnectedIndexQuery, _RangeIndexQuery >Base class for neighbor graphs
 CPonca::AbstractNeighborGraph< _Traits, KnnGraphBuffers, NeighborGraphOneConnectedQuery< StaticKnnGraphBase< _Traits > >, NeighborGraphRangeQuery< StaticKnnGraphBase< _Traits > > >
 CPonca::AbstractNeighborGraph< _Traits, NeighborGraphBuffer, NeighborGraphOneConnectedQuery< StaticNeighborGraphBase< _Traits > >, NeighborGraphRangeQuery< StaticNeighborGraphBase< _Traits > > >
 CPonca::BasketUnitBase< DataPoint, _NFilter, T >Base class of any computation unit of a Basket
 CPonca::BitSet< N, T >A simple BitSet implementation that mimics a set of indices
 CPonca::StaticKdTreeBase< _Traits >::BuffersInternal structure storing all the buffers used by the KdTree
 CCenteredNeighborhoodFrame
 CPonca::CenteredNeighborhoodFrame< DataPoint >NeighborhoodFrame that express 3d points relatively to a prescribed center
 CPonca::CenteredNeighborhoodFrame< _DataPoint >
 CPonca::internal::CNCEigen< DataPoint >This class contains some stand-alone CorrectedNormalCurrent formulas for triangles, using eigen as linear algebra backend
 CPonca::ComputeObject< Derived >ComputeObject is a virtual object that represents an algorithm which can be used with the compute functions
 CPonca::ComputeObject< _Derived >
 CPonca::ComputeObject< Basket< P, NF, Ext0, Exts... > >
 CPonca::ComputeObject< BasketDiff< BasketType, Type, Ext0, Exts... > >
 CPonca::ComputeObject< CNC< P, UniformGeneration > >
 CPonca::KdTreeBase< _Traits >::DefaultConverterConvert a custom point container to the KdTree PointContainer using DataPoint default constructor
 CPonca::DirectProjectionOperatorProject a point using the primitive projection operator
 CPonca::QueryOutputBase::DummyOutputParameter
 Cstd::false_type
 CConcept::FittingExtensionConcept
 CConcept::FittingProcedureConcept
 CGlobalNeighborhoodFrame
 CPonca::GlobalNeighborhoodFrame< DataPoint >NeighborhoodFrame that keep points in the global frame without applying any transformation This class is useful to compute direct fits in the embedding space, without paying the cost to express neighbors relatively to an evaluation point
 CPonca::GradientDescentProjectionOperatorProject a point using the gradinet of the sdf
 CPonca::HashDefaultFunctor< N, T >
 CPonca::HashSet< N, T, _HashFunctor, OFFSET >Stores unique signed integer values in a contiguous array
 CPonca::internal::HexagramBase< P >
 CEigen::Hyperplane
 CPonca::IndexSquaredDistance< Index, Scalar >Associates an index with a distance
 CPonca::IndexSquaredDistance< IndexType, Scalar >
 CInput_
 CPonca::KdTreeCustomizableNode< Index, NodeIndex, DataPoint, LeafSize, _InnerNodeType, _LeafNodeType >The node type used by default by the kd-tree
 CPonca::KdTreeCustomizableNode< Index, NodeIndex, DataPoint, Index, KdTreeDefaultInnerNode< NodeIndex, DataPoint::Scalar, DataPoint::Dim >, KdTreeDefaultLeafNode< Index, Index > >
 CPonca::KdTreeDefaultInnerNode< NodeIndex, Scalar, DIM >
 CPonca::KdTreeDefaultLeafNode< Index, Size >
 CPonca::KdTreeDefaultTraits< _DataPoint, _NodeType >The default traits type used by the kd-tree
 CPonca::KdTreeKNearestIterator< Index, DataPoint, MAX_KNN_SIZE >Input iterator to read the KdTreeKNearestQueryBase object
 CPonca::KdTreeNearestIterator< Index >Input iterator to read the KdTreeKNearestQueryBase object
 CPonca::KdTreePointerTraits< _DataPoint, _NodeType >Variant to the KdTree Traits type that uses pointers as internal storage instead of an STL-like container
 CPonca::KdTreeQuery< Traits >Query object that provides a method to search neighbors on the KdTree depending on a distance threshold
 CPonca::KdTreeRangeIterator< Index, DataPoint, QueryT_ >Input iterator to read the KdTreeRangeQueryBase object
 CPonca::LimitedPriorityQueue< T, N, CompareT >The LimitedPriorityQueue class is similar to std::priority_queue but has a limited capacity and handles the comparison differently
 CPonca::LimitedPriorityQueue< IndexSquaredDistance< Index, Scalar >, MAX_KNN_SIZE >
 CPonca::MLSEvaluationScheme< Scalar >Computes the fit using the Moving Least Squares approach
 CNeighborFilter
 CPonca::NeighborGraphBufferBase< _Traits >Internal structure storing the buffers used by a neighbor graph
 CPonca::NeighborGraphBufferBase< Traits >
 CPonca::NeighborGraphDefaultTraits< _DataPoint >The default traits type used by the neighbor graph
 CPonca::NeighborGraphOneConnectedIterator< ContainerPtr, Index >Base iterator class for NeighborGraphOneConnectedQuery
 CPonca::NeighborGraphPointerTraits< _DataPoint >Variant to the NeighborGraphDefaultTraits that uses pointers as internal storage instead of an STL-like container
 CPonca::NeighborGraphRangeIterator< _NeighborGraph >Input iterator to read the NeighborGraphRangeQuery object
 COutput_
 CEigen::ParametrizedLine
 CPonca::PointPosition< _Scalar, _Dim >Point data type containing only containing the position vector
 CPonca::PointPositionNormal< _Scalar, _Dim >Point data type containing the position and normal vectors
 CPonca::PointPositionNormalBinding< _Scalar, _Dim >Variant of the PointPositionNormal data type that uses external raw data
 CPonca::PointPositionNormalLazyBinding< _Scalar, _Dim >Variant of the PointPositionNormal data type that uses external raw data.
 CPonca::QueryInputBaseBase class for queries input type
 CPonca::QueryOutputBaseBase class for queries output types
 CQueryType
 CPonca::SingleEvaluationSchemeSingleEvaluationScheme
 CPonca::internal::CNCEigen< DataPoint >::SphericalTriangleRepresents a triangle on a sphere of radius one
 CPonca::Stack< T, N >Stack with fixed-size storage
 CPonca::Stack< Ponca::IndexSquaredDistance< IndexType, Scalar >, 2 *Traits::MAX_DEPTH >
 CPonca::StaticKdTreeBase< _Traits >Customizable static base class for KdTree datastructure implementations
 CPonca::StaticKdTreeBase< KdTreeDefaultTraits< DataPoint > >
 CPonca::StaticKdTreeBase< Traits >
 CT
 CPonca::internal::Triangle< DataPoint >Stores the three points and normals of the triangles and provides access to Corrected Normal Current formula
 CPonca::internal::TriangleGenerator< Method, P >
 CPonca::internal::TriangleGenerator< IndependentGeneration, P >
 CPonca::internal::TriangleGenerator< UniformGeneration, P >
 Cstd::true_type
 Cinternal::BasketAggregate::type
 Cinternal::BasketDiffAggregate::type
 CConcept::WeightKernelConcept