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.vtkRectilinearGridAlgorithm Class Reference

vtkRectilinearGridAlgorithm - Superclass for algorithms that produce only rectilinear grid as output More...

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

List of all members.

Public Member Functions

 vtkRectilinearGridAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRectilinearGridAlgorithm ()
 Undocumented Block.
void AddInput (vtkDataObject arg0)
 Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.
void AddInput (int arg0, vtkDataObject arg1)
 Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.
vtkDataObject GetInput ()
 this method is not recommended for use, but lots of old style filters use it
vtkDataObject GetInput (int port)
 this method is not recommended for use, but lots of old style filters use it
vtkRectilinearGrid GetOutput ()
 Get the output data object for a port on this algorithm.
vtkRectilinearGrid GetOutput (int arg0)
 Get the output data object for a port on this algorithm.
vtkRectilinearGrid GetRectilinearGridInput (int port)
 this method is not recommended for use, but lots of old style filters use it
override int IsA (string type)
 Undocumented Block.
new vtkRectilinearGridAlgorithm NewInstance ()
 Undocumented Block.
void SetInput (vtkDataObject arg0)
 Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
void SetInput (int arg0, vtkDataObject arg1)
 Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
virtual void SetOutput (vtkDataObject d)
 Get the output data object for a port on this algorithm.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "27vtkRectilinearGridAlgorithm"
 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 vtkRectilinearGridAlgorithm_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearGridAlgorithm_AddInput_01 (HandleRef pThis, HandleRef arg0)
static internal void vtkRectilinearGridAlgorithm_AddInput_02 (HandleRef pThis, int arg0, HandleRef arg1)
static internal IntPtr vtkRectilinearGridAlgorithm_GetInput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGridAlgorithm_GetInput_04 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGridAlgorithm_GetOutput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGridAlgorithm_GetOutput_06 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGridAlgorithm_GetRectilinearGridInput_07 (HandleRef pThis, int port, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRectilinearGridAlgorithm_IsA_08 (HandleRef pThis, string type)
static internal int vtkRectilinearGridAlgorithm_IsTypeOf_09 (string type)
static internal IntPtr vtkRectilinearGridAlgorithm_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearGridAlgorithm_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearGridAlgorithm_SetInput_13 (HandleRef pThis, HandleRef arg0)
static internal void vtkRectilinearGridAlgorithm_SetInput_14 (HandleRef pThis, int arg0, HandleRef arg1)
static internal void vtkRectilinearGridAlgorithm_SetOutput_15 (HandleRef pThis, HandleRef d)

Static Private Member Functions

static vtkRectilinearGridAlgorithm ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRectilinearGridAlgorithm - Superclass for algorithms that produce only rectilinear grid as output

Description


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.

Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.

override void Kitware.VTK.vtkRectilinearGridAlgorithm.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.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkNetCDFPOPReader, Kitware.VTK.vtkRectilinearGridClip, Kitware.VTK.vtkTransmitRectilinearGridPiece, and Kitware.VTK.vtkExtractRectilinearGrid.

this method is not recommended for use, but lots of old style filters use it

Here is the call graph for this function:

this method is not recommended for use, but lots of old style filters use it

Here is the call graph for this function:

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

Get the output data object for a port on this algorithm.

Here is the call graph for this function:

this method is not recommended for use, but lots of old style filters use it

Here is the call graph for this function:

override int Kitware.VTK.vtkRectilinearGridAlgorithm.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkRectilinearGridAlgorithm.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Reimplemented in Kitware.VTK.vtkExtractRectilinearGrid, Kitware.VTK.vtkNetCDFPOPReader, Kitware.VTK.vtkRectilinearGridClip, and Kitware.VTK.vtkTransmitRectilinearGridPiece.

Here is the call graph for this function:

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.

Get the output data object for a port on this algorithm.

static internal void Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_AddInput_01 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_AddInput_02 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_GetInput_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_GetInput_04 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_GetOutput_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_GetOutput_06 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_GetRectilinearGridInput_07 ( HandleRef  pThis,
int  port,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_SetInput_13 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_SetInput_14 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal void Kitware.VTK.vtkRectilinearGridAlgorithm.vtkRectilinearGridAlgorithm_SetOutput_15 ( HandleRef  pThis,
HandleRef  d 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRectilinearGridAlgorithm.MRClassNameKey = "27vtkRectilinearGridAlgorithm" [static]
new const string Kitware.VTK.vtkRectilinearGridAlgorithm.MRFullTypeName = "Kitware.VTK.vtkRectilinearGridAlgorithm"

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