Shapeworks Studio
2.1
Shape analysis software suite
|
#include <itkParticlePositionReader.h>
Public Types | |
typedef ParticlePositionReader | Self |
typedef DataObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
typedef Point< double, VDimension > | PointType |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (ParticlePositionReader, DataObject) | |
const std::vector< PointType > & | GetOutput () const |
itkSetStringMacro (FileName) | |
itkGetStringMacro (FileName) | |
void | Read () |
void | Update () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
This class reads a set of Points from disk and stores them in a vector. The file format is simple an ascii list of VDimension-tuples stored one per line (delimited by std::endl). There is no header required for the file, but the file should not contain leading or trailing empty lines.
In 3D, for example, a fragment of a points file looks like this:
1.0 2.0 5.4 2.3 8.7 33.0 4.0 8.21 4.44
etc..
Definition at line 42 of file itkParticlePositionReader.h.
typedef Point<double, VDimension> itk::ParticlePositionReader< VDimension >::PointType |
The point type that this class reads.
Definition at line 53 of file itkParticlePositionReader.h.
typedef ParticlePositionReader itk::ParticlePositionReader< VDimension >::Self |
Standard class typedefs
Definition at line 46 of file itkParticlePositionReader.h.
|
inline |
Get the output of the reader. The output is a std::vector of PointType.
Definition at line 62 of file itkParticlePositionReader.h.
itk::ParticlePositionReader< VDimension >::itkNewMacro | ( | Self | ) |
Method for creation through the object factory.
itk::ParticlePositionReader< VDimension >::itkSetStringMacro | ( | FileName | ) |
Set/Get the filename.
itk::ParticlePositionReader< VDimension >::itkTypeMacro | ( | ParticlePositionReader< VDimension > | , |
DataObject | |||
) |
Run-time type information (and related methods).
|
inline |