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

vtkTemporalSnapToTimeStep - modify the time range/steps of temporal data More...

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

List of all members.

Public Types

enum  VTK_SNAP_NEAREST_WrapperEnum { VTK_SNAP_NEAREST = 0, VTK_SNAP_NEXTABOVE_OR_EQUAL = 2, VTK_SNAP_NEXTBELOW_OR_EQUAL = 1 }
 Undocumented Block. More...

Public Member Functions

 vtkTemporalSnapToTimeStep (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTemporalSnapToTimeStep ()
 Undocumented Block.
virtual int GetSnapMode ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkTemporalSnapToTimeStep NewInstance ()
 Undocumented Block.
virtual void SetSnapMode (int _arg)
 Undocumented Block.
void SetSnapModeToNearest ()
 Undocumented Block.
void SetSnapModeToNextAboveOrEqual ()
 Undocumented Block.
void SetSnapModeToNextBelowOrEqual ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkTemporalSnapToTimeStep"
 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 vtkTemporalSnapToTimeStep_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTemporalSnapToTimeStep_GetSnapMode_01 (HandleRef pThis)
static internal int vtkTemporalSnapToTimeStep_IsA_02 (HandleRef pThis, string type)
static internal int vtkTemporalSnapToTimeStep_IsTypeOf_03 (string type)
static internal IntPtr vtkTemporalSnapToTimeStep_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTemporalSnapToTimeStep_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTemporalSnapToTimeStep_SetSnapMode_07 (HandleRef pThis, int _arg)
static internal void vtkTemporalSnapToTimeStep_SetSnapModeToNearest_08 (HandleRef pThis)
static internal void vtkTemporalSnapToTimeStep_SetSnapModeToNextAboveOrEqual_09 (HandleRef pThis)
static internal void vtkTemporalSnapToTimeStep_SetSnapModeToNextBelowOrEqual_10 (HandleRef pThis)

Static Private Member Functions

static vtkTemporalSnapToTimeStep ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTemporalSnapToTimeStep - modify the time range/steps of temporal data

Description vtkTemporalSnapToTimeStep modify the time range or time steps of the data without changing the data itself. The data is not resampled by this filter, only the information accompanying the data is modified.


Member Enumeration Documentation

Undocumented Block.

Enumerator:
VTK_SNAP_NEAREST 

enum member

VTK_SNAP_NEXTABOVE_OR_EQUAL 

enum member

VTK_SNAP_NEXTBELOW_OR_EQUAL 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkTemporalSnapToTimeStep.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.vtkTemporalDataSetAlgorithm.

Undocumented Block.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTemporalSnapToTimeStep.SetSnapMode ( int  _arg) [virtual]

Undocumented Block.

Undocumented Block.

Undocumented Block.

Undocumented Block.

static internal int Kitware.VTK.vtkTemporalSnapToTimeStep.vtkTemporalSnapToTimeStep_GetSnapMode_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkTemporalSnapToTimeStep.vtkTemporalSnapToTimeStep_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalSnapToTimeStep.vtkTemporalSnapToTimeStep_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalSnapToTimeStep.vtkTemporalSnapToTimeStep_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTemporalSnapToTimeStep.vtkTemporalSnapToTimeStep_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTemporalSnapToTimeStep.vtkTemporalSnapToTimeStep_SetSnapMode_07 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTemporalSnapToTimeStep.MRClassNameKey = "25vtkTemporalSnapToTimeStep" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTemporalDataSetAlgorithm.


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