ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkPolyDataStreamer Class Reference

vtkPolyDataStreamer - Stream appends input pieces to the output. More...

Inheritance diagram for Kitware.VTK.vtkPolyDataStreamer:
[legend]
Collaboration diagram for Kitware.VTK.vtkPolyDataStreamer:
[legend]

List of all members.

Public Member Functions

 vtkPolyDataStreamer (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPolyDataStreamer ()
 Undocumented Block.
virtual void ColorByPieceOff ()
 By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.
virtual void ColorByPieceOn ()
 By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.
virtual int GetColorByPiece ()
 By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.
virtual int GetNumberOfStreamDivisions ()
 Set the number of pieces to divide the problem into.
override int IsA (string type)
 Undocumented Block.
new vtkPolyDataStreamer NewInstance ()
 Undocumented Block.
virtual void SetColorByPiece (int _arg)
 By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.
void SetNumberOfStreamDivisions (int num)
 Set the number of pieces to divide the problem into.

Static Public Member Functions

static new vtkPolyDataStreamer New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPolyDataStreamer SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPolyDataStreamer"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkPolyDataStreamer"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkPolyDataStreamer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataStreamer_ColorByPieceOff_01 (HandleRef pThis)
static internal void vtkPolyDataStreamer_ColorByPieceOn_02 (HandleRef pThis)
static internal int vtkPolyDataStreamer_GetColorByPiece_03 (HandleRef pThis)
static internal int vtkPolyDataStreamer_GetNumberOfStreamDivisions_04 (HandleRef pThis)
static internal int vtkPolyDataStreamer_IsA_05 (HandleRef pThis, string type)
static internal int vtkPolyDataStreamer_IsTypeOf_06 (string type)
static internal IntPtr vtkPolyDataStreamer_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPolyDataStreamer_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPolyDataStreamer_SetColorByPiece_10 (HandleRef pThis, int _arg)
static internal void vtkPolyDataStreamer_SetNumberOfStreamDivisions_11 (HandleRef pThis, int num)

Static Private Member Functions

static vtkPolyDataStreamer ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPolyDataStreamer - Stream appends input pieces to the output.

Description vtkPolyDataStreamer initiates streaming by requesting pieces from its single input it appends these pieces it to the requested output. Note that since vtkPolyDataStreamer uses an append filter, all the polygons generated have to be kept in memory before rendering. If these do not fit in the memory, it is possible to make the vtkPolyDataMapper stream. Since the mapper will render each piece separately, all the polygons do not have to stored in memory. Note The output may be slightly different if the pipeline does not handle ghost cells properly (i.e. you might see seames between the pieces).

vtkAppendFilter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.

By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.

override void Kitware.VTK.vtkPolyDataStreamer.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.

Set the number of pieces to divide the problem into.

override int Kitware.VTK.vtkPolyDataStreamer.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkPolyDataStreamer.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPolyDataStreamer.SetColorByPiece ( int  _arg) [virtual]

By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.

Set the number of pieces to divide the problem into.

static internal void Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_ColorByPieceOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_ColorByPieceOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_GetColorByPiece_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_IsTypeOf_06 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_SetColorByPiece_10 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer_SetNumberOfStreamDivisions_11 ( HandleRef  pThis,
int  num 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPolyDataStreamer.MRClassNameKey = "19vtkPolyDataStreamer" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkPolyDataStreamer.MRFullTypeName = "Kitware.VTK.vtkPolyDataStreamer"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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