#include "PointMatcher.h"
Go to the source code of this file.
Classes | |
struct | PointMatcherIO< T >::CsvDescriptor |
A structure to hold information about descriptors contained in a CSV file. More... | |
struct | PointMatcherIO< T >::FileInfo |
Information to exploit a reading from a file using this library. Fields might be left blank if unused. More... | |
struct | PointMatcherIO< T >::FileInfoVector |
A vector of file info, to be used in batch processing. More... | |
class | PointMatcherIO< T >::PLYElement |
Interface for all PLY elements. Implementations must provide definition of getPMType() More... | |
class | PointMatcherIO< T >::PLYElementF |
Factory for PLY elements. More... | |
struct | PointMatcherIO< T >::PLYProperty |
Interface for PLY property. More... | |
class | PointMatcherIO< T >::PLYVertex |
Implementation of PLY vertex element. More... | |
struct | PointMatcherIO< T > |
IO Functions and classes that are dependant on scalar type are defined in this templatized class. More... |