VTK
|
abstract object implements integration of massless particle through vector field More...
#include <vtkStreamer.h>
Classes | |
class | StreamArray |
class | StreamPoint |
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
![]() | |
typedef vtkObject | Superclass |
enum | DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION } |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStreamer * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetStartLocation (vtkIdType cellId, int subId, double pcoords[3]) |
vtkIdType | GetStartLocation (int &subId, double pcoords[3]) |
void | SetStartPosition (double x[3]) |
void | SetStartPosition (double x, double y, double z) |
double * | GetStartPosition () |
void | SetSourceConnection (vtkAlgorithmOutput *algOutput) |
virtual void | SetNumberOfThreads (int) |
virtual int | GetNumberOfThreads () |
virtual void | SetSavePointInterval (double) |
virtual double | GetSavePointInterval () |
void | SetStartLocation (vtkIdType cellId, int subId, double r, double s, double t) |
void | SetSourceData (vtkDataSet *source) |
vtkDataSet * | GetSource () |
virtual void | SetMaximumPropagationTime (double) |
virtual double | GetMaximumPropagationTime () |
virtual void | SetIntegrationDirection (int) |
virtual int | GetIntegrationDirection () |
void | SetIntegrationDirectionToForward () |
void | SetIntegrationDirectionToBackward () |
void | SetIntegrationDirectionToIntegrateBothDirections () |
const char * | GetIntegrationDirectionAsString () |
virtual void | SetIntegrationStepLength (double) |
virtual double | GetIntegrationStepLength () |
virtual void | SetSpeedScalars (int) |
virtual int | GetSpeedScalars () |
virtual void | SpeedScalarsOn () |
virtual void | SpeedScalarsOff () |
virtual void | SetOrientationScalars (int) |
virtual int | GetOrientationScalars () |
virtual void | OrientationScalarsOn () |
virtual void | OrientationScalarsOff () |
virtual void | SetTerminalSpeed (double) |
virtual double | GetTerminalSpeed () |
virtual void | SetVorticity (int) |
virtual int | GetVorticity () |
virtual void | VorticityOn () |
virtual void | VorticityOff () |
void | SetIntegrator (vtkInitialValueProblemSolver *) |
virtual vtkInitialValueProblemSolver * | GetIntegrator () |
virtual void | SetEpsilon (double) |
virtual double | GetEpsilon () |
![]() | |
vtkPolyDataAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkDataObject * | GetInput () |
vtkDataObject * | GetInput (int port) |
vtkPolyData * | GetPolyDataInput (int port) |
vtkPolyData * | GetOutput () |
vtkPolyData * | GetOutput (int) |
virtual void | SetOutput (vtkDataObject *d) |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | SetInputData (vtkDataObject *) |
void | SetInputData (int, vtkDataObject *) |
void | AddInputData (vtkDataObject *) |
void | AddInputData (int, vtkDataObject *) |
![]() | |
vtkAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | HasExecutive () |
vtkExecutive * | GetExecutive () |
virtual void | SetExecutive (vtkExecutive *executive) |
virtual int | ModifyRequest (vtkInformation *request, int when) |
vtkInformation * | GetInputPortInformation (int port) |
vtkInformation * | GetOutputPortInformation (int port) |
int | GetNumberOfInputPorts () |
int | GetNumberOfOutputPorts () |
void | UpdateProgress (double amount) |
vtkInformation * | GetInputArrayInformation (int idx) |
void | RemoveAllInputs () |
vtkDataObject * | GetOutputDataObject (int port) |
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | RemoveInputConnection (int port, int idx) |
virtual void | RemoveAllInputConnections (int port) |
int | GetNumberOfInputConnections (int port) |
int | GetTotalNumberOfInputConnections () |
vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
vtkAlgorithm * | GetInputAlgorithm (int port, int index, int &algPort) |
vtkAlgorithm * | GetInputAlgorithm (int port, int index) |
vtkExecutive * | GetInputExecutive (int port, int index) |
vtkInformation * | GetInputInformation (int port, int index) |
vtkInformation * | GetOutputInformation (int port) |
virtual void | UpdateInformation () |
virtual void | PropagateUpdateExtent () |
virtual void | UpdateWholeExtent () |
void | ConvertTotalInputToPortConnection (int ind, int &port, int &conn) |
virtual double | ComputePriority () |
int | SetUpdateExtentToWholeExtent (int port) |
int | SetUpdateExtentToWholeExtent () |
void | SetUpdateExtent (int port, int extent[6]) |
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime) |
virtual vtkInformation * | GetInformation () |
virtual void | SetInformation (vtkInformation *) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
virtual void | SetAbortExecute (int) |
virtual int | GetAbortExecute () |
virtual void | AbortExecuteOn () |
virtual void | AbortExecuteOff () |
virtual void | SetProgress (double) |
virtual double | GetProgress () |
void | SetProgressText (const char *ptext) |
virtual char * | GetProgressText () |
virtual unsigned long | GetErrorCode () |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName) |
vtkDataObject * | GetInputDataObject (int port, int connection) |
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
virtual void | SetInputDataObject (int port, vtkDataObject *data) |
virtual void | SetInputDataObject (vtkDataObject *data) |
virtual void | AddInputDataObject (int port, vtkDataObject *data) |
virtual void | AddInputDataObject (vtkDataObject *data) |
vtkAlgorithmOutput * | GetOutputPort (int index) |
vtkAlgorithmOutput * | GetOutputPort () |
vtkAlgorithm * | GetInputAlgorithm () |
vtkExecutive * | GetInputExecutive () |
vtkInformation * | GetInputInformation () |
virtual void | Update (int port) |
virtual void | Update () |
virtual void | SetReleaseDataFlag (int) |
virtual int | GetReleaseDataFlag () |
void | ReleaseDataFlagOn () |
void | ReleaseDataFlagOff () |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output) |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
void | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int extent[6]) |
int * | GetUpdateExtent () |
int * | GetUpdateExtent (int port) |
void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
void | GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
void | GetUpdateExtent (int extent[6]) |
void | GetUpdateExtent (int port, int extent[6]) |
int | GetUpdatePiece () |
int | GetUpdatePiece (int port) |
int | GetUpdateNumberOfPieces () |
int | GetUpdateNumberOfPieces (int port) |
int | GetUpdateGhostLevel () |
int | GetUpdateGhostLevel (int port) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStreamer * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkPolyDataAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkPolyDataAlgorithm * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkAlgorithm * | SafeDownCast (vtkObjectBase *o) |
static void | SetDefaultExecutivePrototype (vtkExecutive *proto) |
static vtkInformationIntegerKey * | INPUT_IS_OPTIONAL () |
static vtkInformationIntegerKey * | INPUT_IS_REPEATABLE () |
static vtkInformationInformationVectorKey * | INPUT_REQUIRED_FIELDS () |
static vtkInformationStringVectorKey * | INPUT_REQUIRED_DATA_TYPE () |
static vtkInformationInformationVectorKey * | INPUT_ARRAYS_TO_PROCESS () |
static vtkInformationIntegerKey * | INPUT_PORT () |
static vtkInformationIntegerKey * | INPUT_CONNECTION () |
static vtkInformationIntegerKey * | PRESERVES_DATASET () |
static vtkInformationIntegerKey * | PRESERVES_GEOMETRY () |
static vtkInformationIntegerKey * | PRESERVES_BOUNDS () |
static vtkInformationIntegerKey * | PRESERVES_TOPOLOGY () |
static vtkInformationIntegerKey * | PRESERVES_ATTRIBUTES () |
static vtkInformationIntegerKey * | PRESERVES_RANGES () |
static vtkInformationIntegerKey * | MANAGES_METAINFORMATION () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
void | Integrate (vtkDataSet *input, vtkDataSet *source) |
void | InitializeThreadedIntegrate () |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
vtkStreamer () | |
~vtkStreamer () | |
virtual vtkIdType | GetNumberOfStreamers () |
StreamArray * | GetStreamers () |
![]() | |
vtkPolyDataAlgorithm () | |
~vtkPolyDataAlgorithm () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
![]() | |
vtkAlgorithm () | |
~vtkAlgorithm () | |
virtual void | SetNumberOfInputPorts (int n) |
virtual void | SetNumberOfOutputPorts (int n) |
int | InputPortIndexInRange (int index, const char *action) |
int | OutputPortIndexInRange (int index, const char *action) |
int | GetInputArrayAssociation (int idx, vtkInformationVector **inputVector) |
virtual vtkExecutive * | CreateDefaultExecutive () |
virtual void | ReportReferences (vtkGarbageCollector *) |
virtual void | SetNumberOfInputConnections (int port, int n) |
int | GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector) |
int | GetInputArrayAssociation (int idx, vtkDataObject *input) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association) |
vtkInformation * | GetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector) |
virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
void | SetInputDataInternal (int port, vtkDataObject *input) |
void | AddInputDataInternal (int port, vtkDataObject *input) |
virtual void | SetErrorCode (unsigned long) |
Static Protected Member Functions | |
static VTK_THREAD_RETURN_TYPE | ThreadedIntegrate (void *arg) |
![]() | |
static vtkInformationIntegerKey * | PORT_REQUIREMENTS_FILLED () |
Protected Attributes | |
int | StartFrom |
vtkIdType | StartCell |
int | StartSubId |
double | StartPCoords [3] |
double | StartPosition [3] |
StreamArray * | Streamers |
vtkIdType | NumberOfStreamers |
double | MaximumPropagationTime |
int | IntegrationDirection |
double | IntegrationStepLength |
int | Vorticity |
double | TerminalSpeed |
int | SpeedScalars |
int | OrientationScalars |
vtkInitialValueProblemSolver * | Integrator |
double | Epsilon |
double | SavePointInterval |
vtkMultiThreader * | Threader |
int | NumberOfThreads |
![]() | |
vtkInformation * | Information |
double | Progress |
char * | ProgressText |
unsigned long | ErrorCode |
Friends | |
class | StreamArray |
Additional Inherited Members | |
![]() | |
int | AbortExecute |
![]() | |
static vtkExecutive * | DefaultExecutivePrototype |
abstract object implements integration of massless particle through vector field
vtkStreamer is a filter that integrates a massless particle through a vector field. The integration is performed using second order Runge-Kutta method. vtkStreamer often serves as a base class for other classes that perform numerical integration through a vector field (e.g., vtkStreamLine).
Note that vtkStreamer can integrate both forward and backward in time, or in both directions. The length of the streamer is controlled by specifying an elapsed time. (The elapsed time is the time each particle travels.) Otherwise, the integration terminates after exiting the dataset or if the particle speed is reduced to a value less than the terminal speed.
vtkStreamer integrates through any type of dataset. As a result, if the dataset contains 2D cells such as polygons or triangles, the integration is constrained to lie on the surface defined by the 2D cells.
The starting point of streamers may be defined in three different ways. Starting from global x-y-z "position" allows you to start a single streamer at a specified x-y-z coordinate. Starting from "location" allows you to start at a specified cell, subId, and parametric coordinate. Finally, you may specify a source object to start multiple streamers. If you start streamers using a source object, for each point in the source that is inside the dataset a streamer is created.
vtkStreamer implements the integration process in the Integrate() method. Because vtkStreamer does not implement the Execute() method that its superclass (i.e., Filter) requires, it is an abstract class. Its subclasses implement the execute method and use the Integrate() method, and then build their own representation of the integration path (i.e., lines, dashed lines, points, etc.).
Definition at line 65 of file vtkStreamer.h.
Definition at line 68 of file vtkStreamer.h.
|
protected |
Construct object to start from position (0,0,0); integrate forward; terminal speed 0.0; vorticity computation off; integrations step length 0.2; and maximum propagation time 100.0.
|
protected |
Construct object to start from position (0,0,0); integrate forward; terminal speed 0.0; vorticity computation off; integrations step length 0.2; and maximum propagation time 100.0.
|
static |
|
virtual |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented in vtkStreamLine, vtkDashedStreamLine, and vtkStreamPoints.
|
static |
|
protectedvirtual |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented in vtkStreamLine, vtkDashedStreamLine, and vtkStreamPoints.
vtkStreamer* vtkStreamer::NewInstance | ( | ) | const |
void vtkStreamer::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkStreamer::SetStartLocation | ( | vtkIdType | cellId, |
int | subId, | ||
double | pcoords[3] | ||
) |
Specify the start of the streamline in the cell coordinate system. That is, cellId and subId (if composite cell), and parametric coordinates.
void vtkStreamer::SetStartLocation | ( | vtkIdType | cellId, |
int | subId, | ||
double | r, | ||
double | s, | ||
double | t | ||
) |
Specify the start of the streamline in the cell coordinate system. That is, cellId and subId (if composite cell), and parametric coordinates.
vtkIdType vtkStreamer::GetStartLocation | ( | int & | subId, |
double | pcoords[3] | ||
) |
Get the starting location of the streamline in the cell coordinate system.
void vtkStreamer::SetStartPosition | ( | double | x[3] | ) |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
void vtkStreamer::SetStartPosition | ( | double | x, |
double | y, | ||
double | z | ||
) |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
double* vtkStreamer::GetStartPosition | ( | ) |
Get the start position in global x-y-z coordinates.
void vtkStreamer::SetSourceData | ( | vtkDataSet * | source | ) |
Specify the source object used to generate starting points.
vtkDataSet* vtkStreamer::GetSource | ( | ) |
Specify the source object used to generate starting points.
void vtkStreamer::SetSourceConnection | ( | vtkAlgorithmOutput * | algOutput | ) |
Specify the source object used to generate starting points by making a pipeline connection
|
virtual |
Specify the maximum length of the Streamer expressed in elapsed time.
|
virtual |
Specify the maximum length of the Streamer expressed in elapsed time.
|
virtual |
Specify the direction in which to integrate the Streamer.
|
virtual |
Specify the direction in which to integrate the Streamer.
|
inline |
Specify the direction in which to integrate the Streamer.
Definition at line 122 of file vtkStreamer.h.
|
inline |
Specify the direction in which to integrate the Streamer.
Definition at line 124 of file vtkStreamer.h.
|
inline |
Specify the direction in which to integrate the Streamer.
Definition at line 126 of file vtkStreamer.h.
|
inline |
Return the integration direction as a character string.
Definition at line 333 of file vtkStreamer.h.
|
virtual |
Specify a nominal integration step size (expressed as a fraction of the size of each cell). This value can be larger than 1.
|
virtual |
Specify a nominal integration step size (expressed as a fraction of the size of each cell). This value can be larger than 1.
|
virtual |
Turn on/off the creation of scalar data from velocity magnitude. If off, and input dataset has scalars, input dataset scalars are used.
|
virtual |
Turn on/off the creation of scalar data from velocity magnitude. If off, and input dataset has scalars, input dataset scalars are used.
|
virtual |
Turn on/off the creation of scalar data from velocity magnitude. If off, and input dataset has scalars, input dataset scalars are used.
|
virtual |
Turn on/off the creation of scalar data from velocity magnitude. If off, and input dataset has scalars, input dataset scalars are used.
|
virtual |
Turn on/off the creation of scalar data from vorticity information. The scalar information is currently the orientation value "theta" used in rotating stream tubes. If off, and input dataset has scalars, then input dataset scalars are used, unless SpeedScalars is also on. SpeedScalars takes precedence over OrientationScalars.
|
virtual |
Turn on/off the creation of scalar data from vorticity information. The scalar information is currently the orientation value "theta" used in rotating stream tubes. If off, and input dataset has scalars, then input dataset scalars are used, unless SpeedScalars is also on. SpeedScalars takes precedence over OrientationScalars.
|
virtual |
Turn on/off the creation of scalar data from vorticity information. The scalar information is currently the orientation value "theta" used in rotating stream tubes. If off, and input dataset has scalars, then input dataset scalars are used, unless SpeedScalars is also on. SpeedScalars takes precedence over OrientationScalars.
|
virtual |
Turn on/off the creation of scalar data from vorticity information. The scalar information is currently the orientation value "theta" used in rotating stream tubes. If off, and input dataset has scalars, then input dataset scalars are used, unless SpeedScalars is also on. SpeedScalars takes precedence over OrientationScalars.
|
virtual |
Set/get terminal speed (i.e., speed is velocity magnitude). Terminal speed is speed at which streamer will terminate propagation.
|
virtual |
Set/get terminal speed (i.e., speed is velocity magnitude). Terminal speed is speed at which streamer will terminate propagation.
|
virtual |
Turn on/off the computation of vorticity. Vorticity is an indication of the rotation of the flow. In combination with vtkStreamLine and vtkTubeFilter can be used to create rotated tubes. If vorticity is turned on, in the output, the velocity vectors are replaced by vorticity vectors.
|
virtual |
Turn on/off the computation of vorticity. Vorticity is an indication of the rotation of the flow. In combination with vtkStreamLine and vtkTubeFilter can be used to create rotated tubes. If vorticity is turned on, in the output, the velocity vectors are replaced by vorticity vectors.
|
virtual |
Turn on/off the computation of vorticity. Vorticity is an indication of the rotation of the flow. In combination with vtkStreamLine and vtkTubeFilter can be used to create rotated tubes. If vorticity is turned on, in the output, the velocity vectors are replaced by vorticity vectors.
|
virtual |
Turn on/off the computation of vorticity. Vorticity is an indication of the rotation of the flow. In combination with vtkStreamLine and vtkTubeFilter can be used to create rotated tubes. If vorticity is turned on, in the output, the velocity vectors are replaced by vorticity vectors.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
void vtkStreamer::SetIntegrator | ( | vtkInitialValueProblemSolver * | ) |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance by each thread/process in the process of integration (prototype pattern). The default is 2nd order Runge Kutta.
|
virtual |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance by each thread/process in the process of integration (prototype pattern). The default is 2nd order Runge Kutta.
|
virtual |
A positive value, as small as possible for numerical comparison. The initial value is 1E-12.
|
virtual |
A positive value, as small as possible for numerical comparison. The initial value is 1E-12.
|
protected |
|
staticprotected |
|
protectedvirtual |
These methods were added to allow access to these variables from the threads.
|
inlineprotected |
These methods were added to allow access to these variables from the threads.
Definition at line 317 of file vtkStreamer.h.
|
protected |
|
protectedvirtual |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkPolyDataAlgorithm.
|
friend |
Definition at line 240 of file vtkStreamer.h.
|
protected |
Definition at line 210 of file vtkStreamer.h.
|
protected |
Definition at line 213 of file vtkStreamer.h.
|
protected |
Definition at line 214 of file vtkStreamer.h.
|
protected |
Definition at line 215 of file vtkStreamer.h.
|
protected |
Definition at line 218 of file vtkStreamer.h.
|
protected |
Definition at line 275 of file vtkStreamer.h.
|
protected |
Definition at line 276 of file vtkStreamer.h.
|
protected |
Definition at line 279 of file vtkStreamer.h.
|
protected |
Definition at line 282 of file vtkStreamer.h.
|
protected |
Definition at line 285 of file vtkStreamer.h.
|
protected |
Definition at line 288 of file vtkStreamer.h.
|
protected |
Definition at line 291 of file vtkStreamer.h.
|
protected |
Definition at line 294 of file vtkStreamer.h.
|
protected |
Definition at line 297 of file vtkStreamer.h.
|
protected |
Definition at line 300 of file vtkStreamer.h.
|
protected |
Definition at line 304 of file vtkStreamer.h.
|
protected |
Definition at line 309 of file vtkStreamer.h.
|
protected |
Definition at line 321 of file vtkStreamer.h.
|
protected |
Definition at line 322 of file vtkStreamer.h.