ActiViz .NET
5.8.0
|
vtkProgrammableDataObjectSource - generate source data object via a user-specified function More...
Public Member Functions | |
vtkProgrammableDataObjectSource (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkProgrammableDataObjectSource () | |
Undocumented Block. | |
delegate void | ProgrammableMethodCallbackType (IntPtr arg0) |
Signature definition for programmable method callbacks. Methods passed to SetExecuteMethod or SetExecuteMethodArgDelete must conform to this signature. The presence of this typedef is useful for reference and for external analysis tools, but it cannot be used in the method signatures in these header files themselves because it prevents the internal VTK wrapper generators from wrapping these methods. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkProgrammableDataObjectSource | NewInstance () |
Undocumented Block. | |
void | SetExecuteMethod (ProgrammableMethodCallbackType f, IntPtr arg) |
Specify the function to use to generate the output data object. Note that the function takes a single (void *) argument. | |
void | SetExecuteMethodArgDelete (ProgrammableMethodCallbackType f) |
Set the arg delete method. This is used to free user memory. | |
Static Public Member Functions | |
static new vtkProgrammableDataObjectSource | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkProgrammableDataObjectSource | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkProgrammableDataObjectSource" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "31vtkProgrammableDataObjectSource" |
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 | vtkProgrammableDataObjectSource_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkProgrammableDataObjectSource_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkProgrammableDataObjectSource_IsTypeOf_02 (string type) |
static internal IntPtr | vtkProgrammableDataObjectSource_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkProgrammableDataObjectSource_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkProgrammableDataObjectSource_SetExecuteMethod_06 (HandleRef pThis, ProgrammableMethodCallbackType f, IntPtr arg) |
static internal void | vtkProgrammableDataObjectSource_SetExecuteMethodArgDelete_07 (HandleRef pThis, ProgrammableMethodCallbackType f) |
Static Private Member Functions | |
static | vtkProgrammableDataObjectSource () |
Automatically generated type registration mechanics. |
vtkProgrammableDataObjectSource - generate source data object via a user-specified function
Description vtkProgrammableDataObjectSource is a source object that is programmable by the user. The output of the filter is a data object (vtkDataObject) which represents data via an instance of field data. To use this object, you must specify a function that creates the output.
Example use of this filter includes reading tabular data and encoding it as vtkFieldData. You can then use filters like vtkDataObjectToDataSetFilter to convert the data object to a dataset and then visualize it. Another important use of this class is that it allows users of interpreters (e.g., Tcl or Java) the ability to write source objects without having to recompile C++ code or generate new libraries.
vtkProgrammableFilter vtkProgrammableAttributeDataFilter vtkProgrammableSource vtkDataObjectToDataSetFilter
static Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkProgrammableDataObjectSource.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.vtkDataObjectAlgorithm.
override int Kitware.VTK.vtkProgrammableDataObjectSource.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new int Kitware.VTK.vtkProgrammableDataObjectSource.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkProgrammableDataObjectSource Kitware.VTK.vtkProgrammableDataObjectSource.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
delegate void Kitware.VTK.vtkProgrammableDataObjectSource.ProgrammableMethodCallbackType | ( | IntPtr | arg0 | ) |
Signature definition for programmable method callbacks. Methods passed to SetExecuteMethod or SetExecuteMethodArgDelete must conform to this signature. The presence of this typedef is useful for reference and for external analysis tools, but it cannot be used in the method signatures in these header files themselves because it prevents the internal VTK wrapper generators from wrapping these methods.
static new vtkProgrammableDataObjectSource Kitware.VTK.vtkProgrammableDataObjectSource.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
void Kitware.VTK.vtkProgrammableDataObjectSource.SetExecuteMethod | ( | ProgrammableMethodCallbackType | f, |
IntPtr | arg | ||
) |
Specify the function to use to generate the output data object. Note that the function takes a single (void *) argument.
void Kitware.VTK.vtkProgrammableDataObjectSource.SetExecuteMethodArgDelete | ( | ProgrammableMethodCallbackType | f | ) |
Set the arg delete method. This is used to free user memory.
static internal int Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_SetExecuteMethod_06 | ( | HandleRef | pThis, |
ProgrammableMethodCallbackType | f, | ||
IntPtr | arg | ||
) | [private] |
static internal void Kitware.VTK.vtkProgrammableDataObjectSource.vtkProgrammableDataObjectSource_SetExecuteMethodArgDelete_07 | ( | HandleRef | pThis, |
ProgrammableMethodCallbackType | f | ||
) | [private] |
new readonly string Kitware.VTK.vtkProgrammableDataObjectSource.MRClassNameKey = "31vtkProgrammableDataObjectSource" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
new const string Kitware.VTK.vtkProgrammableDataObjectSource.MRFullTypeName = "Kitware.VTK.vtkProgrammableDataObjectSource" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.