#include <ssPolyDataRecordtoPolyDataFilter.h>
Inheritance diagram for ssPolyDataRecordtoPolyDataFilter:
Public Member Functions | |
vtkTypeMacro (ssPolyDataRecordtoPolyDataFilter, vtkDataReader) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
virtual void | SetFileName (const char *path) |
Set the path of the file from which PolyData records are to be read. | |
virtual vtkPolyData * | GetOutput (int idx) |
Give the indicated output of this object. | |
virtual vtkPolyData * | GetOutput () |
Give the first output of this object. | |
virtual void | numberOfRecords (vtkIdType n) |
Specify the number of PolyDataRecords that make the output PolyData. | |
virtual vtkIdType | numberOfRecords () const |
Give the number of PolyDataRecords that make the output PolyData. | |
virtual void | numberOfPointsPerRecord (vtkIdType m) |
Specify the number of points per record. | |
virtual vtkIdType | numberOfPointsPerRecord () const |
Give the number of points per record. | |
Static Public Member Functions | |
static ssPolyDataRecordtoPolyDataFilter * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssPolyDataRecordtoPolyDataFilter () | |
Ctor. | |
virtual | ~ssPolyDataRecordtoPolyDataFilter () |
Dtor. | |
virtual void | Execute () |
Execute the alogorithm. | |
SMARTP (ssPolyDataRecordReader) in |
The purpose of ssPolyDataRecordtoPolyDataFilters is to input PolyDataRecord data and output a PolyData dataset which is formed by the criterior defined in the sub class.
Definition at line 27 of file ssPolyDataRecordtoPolyDataFilter.h.
ssPolyDataRecordtoPolyDataFilter::ssPolyDataRecordtoPolyDataFilter | ( | ) | [protected] |
Ctor.
virtual ssPolyDataRecordtoPolyDataFilter::~ssPolyDataRecordtoPolyDataFilter | ( | ) | [protected, virtual] |
Dtor.
static ssPolyDataRecordtoPolyDataFilter* ssPolyDataRecordtoPolyDataFilter::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from vtkDataReader.
Reimplemented in ssPolyDataRecordtoScrollDataFilter, and ssPolyDataRecordtoStaticDataFilter.
ssPolyDataRecordtoPolyDataFilter::vtkTypeMacro | ( | ssPolyDataRecordtoPolyDataFilter | , | |
vtkDataReader | ||||
) |
void ssPolyDataRecordtoPolyDataFilter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Print the state of this object.
os | The output stream. | |
indent | The indentation level. Used for formating output. |
Reimplemented from vtkDataReader.
Reimplemented in ssPolyDataRecordtoScrollDataFilter, and ssPolyDataRecordtoStaticDataFilter.
virtual void ssPolyDataRecordtoPolyDataFilter::SetFileName | ( | const char * | path | ) | [virtual] |
Set the path of the file from which PolyData records are to be read.
path | The FQPN. |
Reimplemented from vtkDataReader.
virtual vtkPolyData* ssPolyDataRecordtoPolyDataFilter::GetOutput | ( | int | idx | ) | [virtual] |
Give the indicated output of this object.
idx | The output index. |
virtual vtkPolyData* ssPolyDataRecordtoPolyDataFilter::GetOutput | ( | ) | [virtual] |
Give the first output of this object.
Equivalent to this->GetOutput(0).
virtual void ssPolyDataRecordtoPolyDataFilter::numberOfRecords | ( | vtkIdType | n | ) | [virtual] |
Specify the number of PolyDataRecords that make the output PolyData.
This may be used by the various subclasses in an application dependent manner.
n | The number of PolyDataRecords. |
virtual vtkIdType ssPolyDataRecordtoPolyDataFilter::numberOfRecords | ( | ) | const [virtual] |
Give the number of PolyDataRecords that make the output PolyData.
virtual void ssPolyDataRecordtoPolyDataFilter::numberOfPointsPerRecord | ( | vtkIdType | m | ) | [virtual] |
Specify the number of points per record.
This may be used by the various subclasses in an application dependent manner.
m | The number of points per record. |
virtual vtkIdType ssPolyDataRecordtoPolyDataFilter::numberOfPointsPerRecord | ( | ) | const [virtual] |
Give the number of points per record.
virtual void ssPolyDataRecordtoPolyDataFilter::Execute | ( | ) | [protected, virtual] |
Execute the alogorithm.
Reimplemented in ssPolyDataRecordtoScrollDataFilter, and ssPolyDataRecordtoStaticDataFilter.
ssPolyDataRecordtoPolyDataFilter::SMARTP | ( | ssPolyDataRecordReader | ) | [protected] |