ActiViz .NET
5.8.0
|
vtkDSPFilterGroup - used by the Exodus readers More...
Public Member Functions | |
vtkDSPFilterGroup (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDSPFilterGroup () | |
Undocumented Block. | |
void | AddFilter (vtkDSPFilterDefinition filter) |
Undocumented Block. | |
void | AddInputVariableInstance (string a_name, int a_timestep, vtkFloatArray a_data) |
Undocumented Block. | |
void | Copy (vtkDSPFilterGroup other) |
Undocumented Block. | |
vtkFloatArray | GetCachedInput (int a_whichFilter, int a_whichTimestep) |
Undocumented Block. | |
vtkFloatArray | GetCachedOutput (int a_whichFilter, int a_whichTimestep) |
Undocumented Block. | |
vtkDSPFilterDefinition | GetFilter (int a_whichFilter) |
Undocumented Block. | |
string | GetInputVariableName (int a_whichFilter) |
Undocumented Block. | |
int | GetNumFilters () |
Undocumented Block. | |
vtkFloatArray | GetOutput (int a_whichFilter, int a_whichTimestep, ref int a_instancesCalculated) |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
bool | IsThisInputVariableInstanceCached (string a_name, int a_timestep) |
Undocumented Block. | |
bool | IsThisInputVariableInstanceNeeded (string a_name, int a_timestep, int a_outputTimestep) |
Undocumented Block. | |
new vtkDSPFilterGroup | NewInstance () |
Undocumented Block. | |
void | RemoveFilter (string a_outputVariableName) |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkDSPFilterGroup | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDSPFilterGroup | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDSPFilterGroup" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkDSPFilterGroup" |
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 | vtkDSPFilterGroup_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDSPFilterGroup_AddFilter_01 (HandleRef pThis, HandleRef filter) |
static internal void | vtkDSPFilterGroup_AddInputVariableInstance_02 (HandleRef pThis, string a_name, int a_timestep, HandleRef a_data) |
static internal void | vtkDSPFilterGroup_Copy_03 (HandleRef pThis, HandleRef other) |
static internal IntPtr | vtkDSPFilterGroup_GetCachedInput_04 (HandleRef pThis, int a_whichFilter, int a_whichTimestep, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDSPFilterGroup_GetCachedOutput_05 (HandleRef pThis, int a_whichFilter, int a_whichTimestep, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDSPFilterGroup_GetFilter_06 (HandleRef pThis, int a_whichFilter, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDSPFilterGroup_GetInputVariableName_07 (HandleRef pThis, int a_whichFilter) |
static internal int | vtkDSPFilterGroup_GetNumFilters_08 (HandleRef pThis) |
static internal IntPtr | vtkDSPFilterGroup_GetOutput_09 (HandleRef pThis, int a_whichFilter, int a_whichTimestep, ref int a_instancesCalculated, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDSPFilterGroup_IsA_10 (HandleRef pThis, string type) |
static internal byte | vtkDSPFilterGroup_IsThisInputVariableInstanceCached_11 (HandleRef pThis, string a_name, int a_timestep) |
static internal byte | vtkDSPFilterGroup_IsThisInputVariableInstanceNeeded_12 (HandleRef pThis, string a_name, int a_timestep, int a_outputTimestep) |
static internal int | vtkDSPFilterGroup_IsTypeOf_13 (string type) |
static internal IntPtr | vtkDSPFilterGroup_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDSPFilterGroup_RemoveFilter_16 (HandleRef pThis, string a_outputVariableName) |
static internal IntPtr | vtkDSPFilterGroup_SafeDownCast_17 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkDSPFilterGroup () |
Automatically generated type registration mechanics. |
vtkDSPFilterGroup - used by the Exodus readers
Description vtkDSPFilterGroup is used by vtkExodusReader, vtkExodusIIReader and vtkPExodusReader to do temporal smoothing of data
vtkDSPFilterDefinition vtkExodusReader vtkExodusIIReader vtkPExodusReader
static Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkDSPFilterGroup.AddFilter | ( | vtkDSPFilterDefinition | filter | ) |
Undocumented Block.
void Kitware.VTK.vtkDSPFilterGroup.AddInputVariableInstance | ( | string | a_name, |
int | a_timestep, | ||
vtkFloatArray | a_data | ||
) |
Undocumented Block.
void Kitware.VTK.vtkDSPFilterGroup.Copy | ( | vtkDSPFilterGroup | other | ) |
Undocumented Block.
override void Kitware.VTK.vtkDSPFilterGroup.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.vtkObject.
vtkFloatArray Kitware.VTK.vtkDSPFilterGroup.GetCachedInput | ( | int | a_whichFilter, |
int | a_whichTimestep | ||
) |
Undocumented Block.
vtkFloatArray Kitware.VTK.vtkDSPFilterGroup.GetCachedOutput | ( | int | a_whichFilter, |
int | a_whichTimestep | ||
) |
Undocumented Block.
vtkDSPFilterDefinition Kitware.VTK.vtkDSPFilterGroup.GetFilter | ( | int | a_whichFilter | ) |
Undocumented Block.
string Kitware.VTK.vtkDSPFilterGroup.GetInputVariableName | ( | int | a_whichFilter | ) |
Undocumented Block.
Undocumented Block.
vtkFloatArray Kitware.VTK.vtkDSPFilterGroup.GetOutput | ( | int | a_whichFilter, |
int | a_whichTimestep, | ||
ref int | a_instancesCalculated | ||
) |
Undocumented Block.
override int Kitware.VTK.vtkDSPFilterGroup.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
bool Kitware.VTK.vtkDSPFilterGroup.IsThisInputVariableInstanceCached | ( | string | a_name, |
int | a_timestep | ||
) |
Undocumented Block.
bool Kitware.VTK.vtkDSPFilterGroup.IsThisInputVariableInstanceNeeded | ( | string | a_name, |
int | a_timestep, | ||
int | a_outputTimestep | ||
) |
Undocumented Block.
static new int Kitware.VTK.vtkDSPFilterGroup.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkDSPFilterGroup Kitware.VTK.vtkDSPFilterGroup.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
void Kitware.VTK.vtkDSPFilterGroup.RemoveFilter | ( | string | a_outputVariableName | ) |
Undocumented Block.
static new vtkDSPFilterGroup Kitware.VTK.vtkDSPFilterGroup.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static internal void Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_AddFilter_01 | ( | HandleRef | pThis, |
HandleRef | filter | ||
) | [private] |
static internal void Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_AddInputVariableInstance_02 | ( | HandleRef | pThis, |
string | a_name, | ||
int | a_timestep, | ||
HandleRef | a_data | ||
) | [private] |
static internal void Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_Copy_03 | ( | HandleRef | pThis, |
HandleRef | other | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_GetCachedInput_04 | ( | HandleRef | pThis, |
int | a_whichFilter, | ||
int | a_whichTimestep, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_GetCachedOutput_05 | ( | HandleRef | pThis, |
int | a_whichFilter, | ||
int | a_whichTimestep, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_GetFilter_06 | ( | HandleRef | pThis, |
int | a_whichFilter, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_GetInputVariableName_07 | ( | HandleRef | pThis, |
int | a_whichFilter | ||
) | [private] |
static internal int Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_GetNumFilters_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_GetOutput_09 | ( | HandleRef | pThis, |
int | a_whichFilter, | ||
int | a_whichTimestep, | ||
ref int | a_instancesCalculated, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_IsA_10 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal byte Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_IsThisInputVariableInstanceCached_11 | ( | HandleRef | pThis, |
string | a_name, | ||
int | a_timestep | ||
) | [private] |
static internal byte Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_IsThisInputVariableInstanceNeeded_12 | ( | HandleRef | pThis, |
string | a_name, | ||
int | a_timestep, | ||
int | a_outputTimestep | ||
) | [private] |
static internal int Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_IsTypeOf_13 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_NewInstance_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_RemoveFilter_16 | ( | HandleRef | pThis, |
string | a_outputVariableName | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDSPFilterGroup.vtkDSPFilterGroup_SafeDownCast_17 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkDSPFilterGroup.MRClassNameKey = "17vtkDSPFilterGroup" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkDSPFilterGroup.MRFullTypeName = "Kitware.VTK.vtkDSPFilterGroup" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.