#include <StructuredPointsFiletoPoly.h>
Inheritance diagram for StructuredPointsFiletoPoly:
Public Member Functions | |
StructuredPointsFiletoPoly (const char *pathname) | |
Ctor. | |
~StructuredPointsFiletoPoly () | |
Dtor. | |
vtkDataSet * | GetReaderOutput () const |
Give the output of the input reader. | |
void | SetReleaseDataFlag (bool dynamic) |
Specify the memory management scheme (i.e. |
The PointData represents a surface in {x, y, z}. The Cell data consists of triangles (vtkCell::GetCellType gives VTK_TRIANGLE) with the PointData as vertices. There is no Scalar data.
Definition at line 26 of file C++/Common/DataSource/FiletoPoly/StructuredPointsFiletoPoly.h.
StructuredPointsFiletoPoly::StructuredPointsFiletoPoly | ( | const char * | pathname | ) |
Ctor.
Construct a dataflow that reads a StructuredPoints file as input and outputs PolyData.
pathname | The FQN of the input file. |
StructuredPointsFiletoPoly::~StructuredPointsFiletoPoly | ( | ) |
Dtor.
Clean up.
vtkDataSet* StructuredPointsFiletoPoly::GetReaderOutput | ( | ) | const [virtual] |
Give the output of the input reader.
Implements FiletoPoly.
void StructuredPointsFiletoPoly::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.