#include <PolyFiletoPoly.h>
Inheritance diagram for PolyFiletoPoly:
Public Member Functions | |
PolyFiletoPoly (const char *pathname) | |
Ctor. | |
virtual | ~PolyFiletoPoly () |
Dtor. | |
vtkDataSet * | GetReaderOutput () const |
Give the output of the input reader. | |
void | SetReleaseDataFlag (bool dynamic) |
Specify the memory management scheme (i.e. |
The PointData is a surface in {x, y, z}. The Cell data is represented by triangles (vtkCell::GetCellType() gives VTK_TRIANGLE) of the PointData. There is no Scalar data.
Definition at line 22 of file PolyFiletoPoly.h.
PolyFiletoPoly::PolyFiletoPoly | ( | const char * | pathname | ) |
Ctor.
Construct a dataflow that reads a PolyData file and outputs PolyData.
pathname | The File descriptor of the input. |
virtual PolyFiletoPoly::~PolyFiletoPoly | ( | ) | [virtual] |
Dtor.
Clean up the dataflow objects.
vtkDataSet* PolyFiletoPoly::GetReaderOutput | ( | ) | const [virtual] |
Give the output of the input reader.
Implements FiletoPoly.
void PolyFiletoPoly::SetReleaseDataFlag | ( | bool | dynamic | ) | [virtual] |
Specify the memory management scheme (i.e.
static or dynamic).
dynamic | If the scheme is to be dynamic then true. |
Reimplemented from FiletoPoly.