ActiViz .NET
5.8.0
|
vtkPolyDataStreamer - Stream appends input pieces to the output. More...
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. |
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).
static Kitware.VTK.vtkPolyDataStreamer.vtkPolyDataStreamer | ( | ) | [static, private] |
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.
virtual void Kitware.VTK.vtkPolyDataStreamer.ColorByPieceOff | ( | ) | [virtual] |
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.
virtual void Kitware.VTK.vtkPolyDataStreamer.ColorByPieceOn | ( | ) | [virtual] |
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.
virtual int Kitware.VTK.vtkPolyDataStreamer.GetColorByPiece | ( | ) | [virtual] |
By default, this option is off. When it is on, cell scalars are generated based on which piece they are in.
virtual int Kitware.VTK.vtkPolyDataStreamer.GetNumberOfStreamDivisions | ( | ) | [virtual] |
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.
static new vtkPolyDataStreamer Kitware.VTK.vtkPolyDataStreamer.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkPolyDataStreamer Kitware.VTK.vtkPolyDataStreamer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
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.
void Kitware.VTK.vtkPolyDataStreamer.SetNumberOfStreamDivisions | ( | int | num | ) |
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_GetNumberOfStreamDivisions_04 | ( | 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] |
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.