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

vtkContourValues - helper object to manage setting and generating contour values More...

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

List of all members.

Public Member Functions

 vtkContourValues (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContourValues ()
 Construct object with a single contour value at 0.0.
void GenerateValues (int numContours, IntPtr range)
 Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.
void GenerateValues (int numContours, double rangeStart, double rangeEnd)
 Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.
int GetNumberOfContours ()
 Return the number of contours in the.
double GetValue (int i)
 Get the ith contour value. The return value will be clamped if the index i is out of range.
IntPtr GetValues ()
 Return a pointer to a list of contour values. The contents of the list will be garbage if the number of contours <= 0.
void GetValues (IntPtr contourValues)
 Fill a supplied list with contour values. Make sure you've allocated memory of size GetNumberOfContours().
override int IsA (string type)
 Construct object with a single contour value at 0.0.
new vtkContourValues NewInstance ()
 Construct object with a single contour value at 0.0.
void SetNumberOfContours (int number)
 Set the number of contours to place into the list. You only really need to use this method to reduce list size. The method SetValue() will automatically increase list size as needed.
void SetValue (int i, double value)
 Set the ith contour value.

Static Public Member Functions

static new vtkContourValues New ()
 Construct object with a single contour value at 0.0.
static new int IsTypeOf (string type)
 Construct object with a single contour value at 0.0.
static new vtkContourValues SafeDownCast (vtkObjectBase o)
 Construct object with a single contour value at 0.0.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkContourValues"
 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 vtkContourValues_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContourValues_GenerateValues_01 (HandleRef pThis, int numContours, IntPtr range)
static internal void vtkContourValues_GenerateValues_02 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd)
static internal int vtkContourValues_GetNumberOfContours_03 (HandleRef pThis)
static internal double vtkContourValues_GetValue_04 (HandleRef pThis, int i)
static internal IntPtr vtkContourValues_GetValues_05 (HandleRef pThis)
static internal void vtkContourValues_GetValues_06 (HandleRef pThis, IntPtr contourValues)
static internal int vtkContourValues_IsA_07 (HandleRef pThis, string type)
static internal int vtkContourValues_IsTypeOf_08 (string type)
static internal IntPtr vtkContourValues_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContourValues_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContourValues_SetNumberOfContours_12 (HandleRef pThis, int number)
static internal void vtkContourValues_SetValue_13 (HandleRef pThis, int i, double value)

Static Private Member Functions

static vtkContourValues ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContourValues - helper object to manage setting and generating contour values

Description vtkContourValues is a general class to manage the creation, generation, and retrieval of contour values. This class serves as a helper class for contouring classes, or those classes operating on lists of contour values.


Constructor & Destructor Documentation

static Kitware.VTK.vtkContourValues.vtkContourValues ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Construct object with a single contour value at 0.0.


Member Function Documentation

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

void Kitware.VTK.vtkContourValues.GenerateValues ( int  numContours,
IntPtr  range 
)

Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.

void Kitware.VTK.vtkContourValues.GenerateValues ( int  numContours,
double  rangeStart,
double  rangeEnd 
)

Generate numContours equally spaced contour values between specified range. Contour values will include min/max range values.

Return the number of contours in the.

Get the ith contour value. The return value will be clamped if the index i is out of range.

Return a pointer to a list of contour values. The contents of the list will be garbage if the number of contours <= 0.

void Kitware.VTK.vtkContourValues.GetValues ( IntPtr  contourValues)

Fill a supplied list with contour values. Make sure you've allocated memory of size GetNumberOfContours().

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

Construct object with a single contour value at 0.0.

Reimplemented from Kitware.VTK.vtkObject.

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

Construct object with a single contour value at 0.0.

Reimplemented from Kitware.VTK.vtkObject.

Construct object with a single contour value at 0.0.

Reimplemented from Kitware.VTK.vtkObject.

Construct object with a single contour value at 0.0.

Reimplemented from Kitware.VTK.vtkObject.

Construct object with a single contour value at 0.0.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Set the number of contours to place into the list. You only really need to use this method to reduce list size. The method SetValue() will automatically increase list size as needed.

void Kitware.VTK.vtkContourValues.SetValue ( int  i,
double  value 
)

Set the ith contour value.

static internal void Kitware.VTK.vtkContourValues.vtkContourValues_GenerateValues_01 ( HandleRef  pThis,
int  numContours,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkContourValues.vtkContourValues_GenerateValues_02 ( HandleRef  pThis,
int  numContours,
double  rangeStart,
double  rangeEnd 
) [private]
static internal int Kitware.VTK.vtkContourValues.vtkContourValues_GetNumberOfContours_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkContourValues.vtkContourValues_GetValue_04 ( HandleRef  pThis,
int  i 
) [private]
static internal IntPtr Kitware.VTK.vtkContourValues.vtkContourValues_GetValues_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContourValues.vtkContourValues_GetValues_06 ( HandleRef  pThis,
IntPtr  contourValues 
) [private]
static internal int Kitware.VTK.vtkContourValues.vtkContourValues_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContourValues.vtkContourValues_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContourValues.vtkContourValues_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContourValues.vtkContourValues_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContourValues.vtkContourValues_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContourValues.vtkContourValues_SetNumberOfContours_12 ( HandleRef  pThis,
int  number 
) [private]
static internal void Kitware.VTK.vtkContourValues.vtkContourValues_SetValue_13 ( HandleRef  pThis,
int  i,
double  value 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContourValues.MRClassNameKey = "16vtkContourValues" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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