#include <itkPointSet.h>
Inheritance diagram for itk::PointSet:
PointSet is a superclass of the N-dimensional mesh structure (itk::Mesh). It provides the portion of the mesh definition for geometric coordinates (and associated attribute or pixel information). The defined API provides operations on points but does not tie down the underlying implementation and storage. A "MeshTraits" structure is used to define the container and identifier to access the points. See DefaultStaticMeshTraits for the set of type definitions needed. All types that are defined in the "MeshTraits" structure will have duplicate typedefs in the resulting mesh itself.
PointSet has two template parameters. The first is the pixel type, or the type of data stored (optionally) with the points. The second is the "MeshTraits" structure controlling type information characterizing the point set. Most users will be happy with the defaults, and will not have to worry about this second argument.
Template parameters for PointSet:
TPixelType = The type stored as data for the point.
TMeshTraits = Type information structure for the point set.
\example DataRepresentation/Mesh/PointSet1.cxx \example DataRepresentation/Mesh/PointSet2.cxx \example DataRepresentation/Mesh/PointSet3.cxx \example DataRepresentation/Mesh/RGBPointSet.cxx \example DataRepresentation/Mesh/PointSetWithVectors.cxx \example DataRepresentation/Mesh/PointSetWithCovariantVectors.cxx
Definition at line 79 of file itkPointSet.h.
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 123 of file itkPointSet.h. |
|
Used to support geometric operations on PointSet's such as locating points quickly, and intersecting a point with a ray. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 114 of file itkPointSet.h. |
|
Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 86 of file itkPointSet.h. |
|
Convenient typedefs obtained from TMeshTraits template parameter. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 99 of file itkPointSet.h. |
|
Hold on to the type information specified by the template parameters. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 95 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 96 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 103 of file itkPointSet.h. |
|
Definition at line 121 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 131 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 120 of file itkPointSet.h. |
|
Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 85 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 100 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 122 of file itkPointSet.h. |
|
Used to support geometric operations on PointSet's such as locating points quickly, and intersecting a point with a ray. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 112 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 102 of file itkPointSet.h. |
|
Create types that are iterators for each of the container types. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 127 of file itkPointSet.h. |
|
Definition at line 119 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 129 of file itkPointSet.h. |
|
Create types that are pointers to each of the container types. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 118 of file itkPointSet.h. |
|
Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 101 of file itkPointSet.h. |
|
Standard class typedefs. Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 83 of file itkPointSet.h. |
|
Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 84 of file itkPointSet.h. |
|
Constructor for use by New() method. |
|
|
Methods to manage streaming. Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Geometric operations convert between coordinate systems, perform interpolation, and locate points and cells. |
|
Get the bounding box of the mesh. The methods return a pointer to the user-supplied bounding box as a convenience. |
|
Standard part of every itk Object. Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Get the maximum number of regions that this data can be separated into. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. Definition at line 135 of file itkPointSet.h. References itk::PointSet< TPixelType, VDimension, TMeshTraits >::m_MaximumNumberOfRegions. |
|
PointSet-level operation interface. |
|
Access routines to fill the Points container, and get information from it. |
|
Access routines to fill the PointData container, and get information from it. |
|
Define Set/Get access routines for each internal container. Methods also exist to add points, cells, etc. one at a time rather than through an entire container. |
|
Define Set/Get access routines for each internal container. Methods also exist to add points, cells, etc. one at a time rather than through an entire container. |
|
Define Set/Get access routines for each internal container. Methods also exist to add points, cells, etc. one at a time rather than through an entire container. |
|
Define Set/Get access routines for each internal container. Methods also exist to add points, cells, etc. one at a time rather than through an entire container. |
|
PointSet-level operation interface. Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Convenient typedefs obtained from TMeshTraits template parameter. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
PointSet-level operation interface. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Constructor for use by New() method. Reimplemented from itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Methods to manage streaming. Implements itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Access routines to fill the Points container, and get information from it. |
|
Access routines to fill the PointData container, and get information from it. |
|
Define Set/Get access routines for each internal container. Methods also exist to add points, cells, etc. one at a time rather than through an entire container. |
|
Define Set/Get access routines for each internal container. Methods also exist to add points, cells, etc. one at a time rather than through an entire container. |
|
Set the requested region from this data object to match the requested region of the data object passed in as a parameter. This method implements the API from DataObject. The data object parameter must be castable to a PointSet. Implements itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Methods to manage streaming. Implements itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Methods to manage streaming. Implements itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
Methods to manage streaming. Implements itk::DataObject. Reimplemented in itk::Mesh< TPixelType, VDimension, TMeshTraits >. |
|
The bounding box (xmin,xmax, ymin,ymax, ...) of the mesh. The bounding box is used for searching, picking, display, etc. Definition at line 155 of file itkPointSet.h. |
|
Definition at line 229 of file itkPointSet.h. Referenced by itk::PointSet< TPixelType, VDimension, TMeshTraits >::~PointSet(). |
|
Definition at line 227 of file itkPointSet.h. Referenced by itk::PointSet< TPixelType, VDimension, TMeshTraits >::GetMaximumNumberOfRegions(), and itk::PointSet< TPixelType, VDimension, TMeshTraits >::~PointSet(). |
|
Definition at line 228 of file itkPointSet.h. Referenced by itk::PointSet< TPixelType, VDimension, TMeshTraits >::~PointSet(). |
|
An object containing data associated with the mesh's points. Optionally, this can be NULL, indicating that no data are associated with the points. The data for a point can be accessed through its point identifier. Definition at line 147 of file itkPointSet.h. |
|
PointLocator is used to accelerate the search for points. This supports the FindClosestPoint() method. Definition at line 151 of file itkPointSet.h. |
|
An object containing points used by the mesh. Individual points are accessed through point identifiers. Definition at line 141 of file itkPointSet.h. |
|
Definition at line 230 of file itkPointSet.h. Referenced by itk::PointSet< TPixelType, VDimension, TMeshTraits >::~PointSet(). |
|
Definition at line 231 of file itkPointSet.h. Referenced by itk::PointSet< TPixelType, VDimension, TMeshTraits >::~PointSet(). |