StructuredPointsFiletoPoly Class Reference
[C++/Common/DataSource/FiletoPoly]

The purpose of this class is to read a StructuredPoints file and present the data in PolyData format. More...

#include <StructuredPointsFiletoPoly.h>

Inheritance diagram for StructuredPointsFiletoPoly:

Inheritance graph
[legend]
Collaboration diagram for StructuredPointsFiletoPoly:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StructuredPointsFiletoPoly (const char *pathname)
 Ctor.
 ~StructuredPointsFiletoPoly ()
 Dtor.
vtkDataSetGetReaderOutput () const
 Give the output of the input reader.
void SetReleaseDataFlag (bool dynamic)
 Specify the memory management scheme (i.e.

Detailed Description

The purpose of this class is to read a StructuredPoints file and present the data in PolyData format.

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.


Constructor & Destructor Documentation

StructuredPointsFiletoPoly::StructuredPointsFiletoPoly ( const char *  pathname  ) 

Ctor.

Construct a dataflow that reads a StructuredPoints file as input and outputs PolyData.

Parameters:
pathname The FQN of the input file.

StructuredPointsFiletoPoly::~StructuredPointsFiletoPoly (  ) 

Dtor.

Clean up.


Member Function Documentation

vtkDataSet* StructuredPointsFiletoPoly::GetReaderOutput (  )  const [virtual]

Give the output of the input reader.

Returns:
The output of the input reader in the data type of the reader.

Implements FiletoPoly.

void StructuredPointsFiletoPoly::SetReleaseDataFlag ( bool  dynamic  )  [virtual]

Specify the memory management scheme (i.e.

static or dynamic).

Parameters:
dynamic If the scheme is to be dynamic then true.

Reimplemented from FiletoPoly.


The documentation for this class was generated from the following file: