ActiViz .NET  5.10.1
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Private Member Functions | List of all members
Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey Class Reference

vtkInformationQuadratureSchemeDefinitionVectorKey - Key for vtkQuadratureSchemeDefinition vector values. More...

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

Public Member Functions

 vtkInformationQuadratureSchemeDefinitionVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
void Append (vtkInformation info, vtkQuadratureSchemeDefinition value)
 Put the value on the back of the vector, with reference counting. More...
 
void Clear (vtkInformation info)
 Clear the vector. More...
 
override void DeepCopy (vtkInformation from, vtkInformation to)
 Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second. More...
 
vtkQuadratureSchemeDefinition Get (vtkInformation info, int idx)
 Get the vtkQuadratureSchemeDefinition at a specific location in the vector. More...
 
override int IsA (string type)
 Undocumented Block More...
 
int Length (vtkInformation info)
 Get the vector's length. More...
 
new vtkInformationQuadratureSchemeDefinitionVectorKey NewInstance ()
 Undocumented Block More...
 
void Resize (vtkInformation info, int n)
 Resize (extend) the vector to hold n objects. Any new elements created will be null initialized. More...
 
int RestoreState (vtkInformation info, vtkXMLDataElement element)
 Load key/value pairs from an XML state representation created with SaveState. Duplicate keys will generate a fatal error. More...
 
int SaveState (vtkInformation info, vtkXMLDataElement element)
 Generate an XML representation of the object. Each key/value pair will be nested in the resulting XML hierarchy. The element passed in is assumed to be empty. More...
 
void Set (vtkInformation info, vtkQuadratureSchemeDefinition value, int i)
 Set element i of the vector to value. Resizes the vector if needed. More...
 
override void ShallowCopy (vtkInformation from, vtkInformation to)
 Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second. More...
 
int Size (vtkInformation info)
 Get the vector's length. More...
 
- Public Member Functions inherited from Kitware.VTK.vtkInformationKey
 vtkInformationKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
override void Register (vtkObjectBase arg0)
 Prevent normal vtkObject reference counting behavior. More...
 
string GetLocation ()
 Get the location of the key. This is the name of the class in which the key is defined. More...
 
string GetName ()
 Get the name of the key. This is not the type of the key, but the name of the key instance. More...
 
virtual int Has (vtkInformation info)
 Check whether this key appears in the given information object. More...
 
vtkInformationKey NewInstance ()
 Undocumented Block More...
 
void Print (vtkInformation info)
 Print the key's value in an information object to a stream. More...
 
virtual void Remove (vtkInformation info)
 Remove this key from the given information object. More...
 
virtual void Report (vtkInformation info, vtkGarbageCollector collector)
 Report a reference this key has in the given information object. More...
 
- Public Member Functions inherited from Kitware.VTK.vtkObjectBase
 vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly. More...
 
 vtkObjectBase ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
virtual void FastDelete ()
 Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done. More...
 
string GetClassName ()
 Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h. More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int arg0)
 Sets the reference count. (This is very dangerous, use with care.) More...
 

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block More...
 
static new vtkInformationQuadratureSchemeDefinitionVectorKey SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkInformationKey
static new int IsTypeOf (string type)
 Undocumented Block More...
 
static vtkInformationKey SafeDownCast (vtkObjectBase o)
 Undocumented Block More...
 
- Static Public Member Functions inherited from Kitware.VTK.vtkObjectBase
static vtkObjectBase New ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static int IsTypeOf (string name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. More...
 

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkInformationKey
new const string MRFullTypeName = "Kitware.VTK.vtkInformationKey"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.vtkObjectBase
new const string MRFullTypeName = "Kitware.VTK.vtkObjectBase"
 Automatically generated type registration mechanics. More...
 
- Public Attributes inherited from Kitware.VTK.WrappedObject
const string vtkChartsEL_dll = "libKitware.VTK.vtkCharts.Unmanaged.so"
 Export layer functions for 'vtkCharts' are exported from the DLL named by the value of this variable. More...
 
const string vtkCommonEL_dll = "libKitware.VTK.vtkCommon.Unmanaged.so"
 Export layer functions for 'vtkCommon' are exported from the DLL named by the value of this variable. More...
 
const string vtkFilteringEL_dll = "libKitware.VTK.vtkFiltering.Unmanaged.so"
 Export layer functions for 'vtkFiltering' are exported from the DLL named by the value of this variable. More...
 
const string vtkGenericFilteringEL_dll = "libKitware.VTK.vtkGenericFiltering.Unmanaged.so"
 Export layer functions for 'vtkGenericFiltering' are exported from the DLL named by the value of this variable. More...
 
const string vtkGeovisEL_dll = "libKitware.VTK.vtkGeovis.Unmanaged.so"
 Export layer functions for 'vtkGeovis' are exported from the DLL named by the value of this variable. More...
 
const string vtkGraphicsEL_dll = "libKitware.VTK.vtkGraphics.Unmanaged.so"
 Export layer functions for 'vtkGraphics' are exported from the DLL named by the value of this variable. More...
 
const string vtkHybridEL_dll = "libKitware.VTK.vtkHybrid.Unmanaged.so"
 Export layer functions for 'vtkHybrid' are exported from the DLL named by the value of this variable. More...
 
const string vtkIOEL_dll = "libKitware.VTK.vtkIO.Unmanaged.so"
 Export layer functions for 'vtkIO' are exported from the DLL named by the value of this variable. More...
 
const string vtkImagingEL_dll = "libKitware.VTK.vtkImaging.Unmanaged.so"
 Export layer functions for 'vtkImaging' are exported from the DLL named by the value of this variable. More...
 
const string vtkInfovisEL_dll = "libKitware.VTK.vtkInfovis.Unmanaged.so"
 Export layer functions for 'vtkInfovis' are exported from the DLL named by the value of this variable. More...
 
const string vtkParallelEL_dll = "libKitware.VTK.vtkParallel.Unmanaged.so"
 Export layer functions for 'vtkParallel' are exported from the DLL named by the value of this variable. More...
 
const string vtkRenderingEL_dll = "libKitware.VTK.vtkRendering.Unmanaged.so"
 Export layer functions for 'vtkRendering' are exported from the DLL named by the value of this variable. More...
 
const string vtkViewsEL_dll = "libKitware.VTK.vtkViews.Unmanaged.so"
 Export layer functions for 'vtkViews' are exported from the DLL named by the value of this variable. More...
 
const string vtkVolumeRenderingEL_dll = "libKitware.VTK.vtkVolumeRendering.Unmanaged.so"
 Export layer functions for 'vtkVolumeRendering' are exported from the DLL named by the value of this variable. More...
 
const string vtkWidgetsEL_dll = "libKitware.VTK.vtkWidgets.Unmanaged.so"
 Export layer functions for 'vtkWidgets' are exported from the DLL named by the value of this variable. More...
 

Static Public Attributes

static new readonly string MRClassNameKey = "49vtkInformationQuadratureSchemeDefinitionVectorKey"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkInformationKey
static new readonly string MRClassNameKey = "17vtkInformationKey"
 Automatically generated type registration mechanics. More...
 
- Static Public Attributes inherited from Kitware.VTK.vtkObjectBase
static new readonly string MRClassNameKey = "13vtkObjectBase"
 Automatically generated type registration mechanics. More...
 

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. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkInformationKey
override void Dispose (bool disposing)
 Prevent normal vtkObject reference counting behavior. More...
 
- Protected Member Functions inherited from Kitware.VTK.vtkObjectBase
override void Dispose (bool disposing)
 Decrease the reference count (release by another object). This has the same effect as invoking Delete() (i.e., it reduces the reference count by 1). More...
 
- Protected Member Functions inherited from Kitware.VTK.WrappedObject
 WrappedObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Constructor expected by the mummy Runtime. More...
 

Static Private Member Functions

static vtkInformationQuadratureSchemeDefinitionVectorKey ()
 Automatically generated type registration mechanics. More...
 

Detailed Description

vtkInformationQuadratureSchemeDefinitionVectorKey - Key for vtkQuadratureSchemeDefinition vector values.

Description vtkInformationQuadratureSchemeDefinitionVectorKey is used to represent keys for double vector values in vtkInformation.h. NOTE the interface in this key differs from that in other similar keys because of our internal use of smart pointers.

Constructor & Destructor Documentation

static Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey ( )
staticprivate

Automatically generated type registration mechanics.

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

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

Member Function Documentation

void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Append ( vtkInformation  info,
vtkQuadratureSchemeDefinition  value 
)

Put the value on the back of the vector, with reference counting.

void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Clear ( vtkInformation  info)

Clear the vector.

override void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.DeepCopy ( vtkInformation  from,
vtkInformation  to 
)
virtual

Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second.

Reimplemented from Kitware.VTK.vtkInformationKey.

override void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Dispose ( bool  disposing)
protected

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

vtkQuadratureSchemeDefinition Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Get ( vtkInformation  info,
int  idx 
)

Get the vtkQuadratureSchemeDefinition at a specific location in the vector.

Here is the call graph for this function:

override int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.IsA ( string  type)
virtual

Undocumented Block

Reimplemented from Kitware.VTK.vtkInformationKey.

static new int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.IsTypeOf ( string  type)
static

Undocumented Block

int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Length ( vtkInformation  info)

Get the vector's length.

new vtkInformationQuadratureSchemeDefinitionVectorKey Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.NewInstance ( )

Undocumented Block

void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Resize ( vtkInformation  info,
int  n 
)

Resize (extend) the vector to hold n objects. Any new elements created will be null initialized.

int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.RestoreState ( vtkInformation  info,
vtkXMLDataElement  element 
)

Load key/value pairs from an XML state representation created with SaveState. Duplicate keys will generate a fatal error.

static new vtkInformationQuadratureSchemeDefinitionVectorKey Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.SafeDownCast ( vtkObjectBase  o)
static

Undocumented Block

Here is the call graph for this function:

int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.SaveState ( vtkInformation  info,
vtkXMLDataElement  element 
)

Generate an XML representation of the object. Each key/value pair will be nested in the resulting XML hierarchy. The element passed in is assumed to be empty.

void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Set ( vtkInformation  info,
vtkQuadratureSchemeDefinition  value,
int  i 
)

Set element i of the vector to value. Resizes the vector if needed.

override void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.ShallowCopy ( vtkInformation  from,
vtkInformation  to 
)
virtual

Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second.

Reimplemented from Kitware.VTK.vtkInformationKey.

int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.Size ( vtkInformation  info)

Get the vector's length.

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.MRClassNameKey = "49vtkInformationQuadratureSchemeDefinitionVectorKey"
static

Automatically generated type registration mechanics.

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

Automatically generated type registration mechanics.


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