ssGenerateTrackSet Class Reference
[Simulator/Common/C++]

The purpose of the class is to generate a set of lines cells. More...

#include <ssGenerateTrackSet.h>

Inheritance diagram for ssGenerateTrackSet:

Inheritance graph
[legend]
Collaboration diagram for ssGenerateTrackSet:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeMacro (ssGenerateTrackSet, vtkPolyDataToPolyDataFilter)
void PrintSelf (ostream &os, vtkIndent indent)
 Print the state of this object.

Static Public Member Functions

static ssGenerateTrackSetNew ()
 Instantiate a new object of this type.

Protected Member Functions

 ssGenerateTrackSet ()
 Ctor.
 ~ssGenerateTrackSet ()
 Dtor.
virtual void Execute ()
 Execute the algorithm.
vtkPolyDataGetDemuxInput () const
 Give the input to the PolyData demuxer.

Detailed Description

The purpose of the class is to generate a set of lines cells.

Definition at line 18 of file ssGenerateTrackSet.h.


Constructor & Destructor Documentation

ssGenerateTrackSet::ssGenerateTrackSet (  )  [protected]

Ctor.

ssGenerateTrackSet::~ssGenerateTrackSet (  )  [protected]

Dtor.


Member Function Documentation

static ssGenerateTrackSet* ssGenerateTrackSet::New (  )  [static]

Instantiate a new object of this type.

This is the only method that objects of this type may be created.

Returns:
The new object.

Reimplemented from vtkAlgorithm.

ssGenerateTrackSet::vtkTypeMacro ( ssGenerateTrackSet  ,
vtkPolyDataToPolyDataFilter   
)

void ssGenerateTrackSet::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Print the state of this object.

Parameters:
os The output stream.
indent The indentation level. Used for formating output.

Reimplemented from vtkPolyDataToPolyDataFilter.

virtual void ssGenerateTrackSet::Execute (  )  [protected, virtual]

Execute the algorithm.

Reimplemented from vtkSource.

vtkPolyData* ssGenerateTrackSet::GetDemuxInput (  )  const [protected]

Give the input to the PolyData demuxer.

Returns:
The input.


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