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

vtkSynchronizedTemplates2D - generate isoline(s) from a structured points set More...

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

List of all members.

Public Member Functions

 vtkSynchronizedTemplates2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSynchronizedTemplates2D ()
 Undocumented Block.
virtual void ComputeScalarsOff ()
 Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.
virtual void ComputeScalarsOn ()
 Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.
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.
virtual int GetArrayComponent ()
 Set/get which component of the scalar array to contour on; defaults to 0.
virtual int GetComputeScalars ()
 Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.
override uint GetMTime ()
 Because we delegate to vtkContourValues.
int GetNumberOfContours ()
 Get the number of contours in the list of contour values.
double GetValue (int i)
 Get the ith contour value.
IntPtr GetValues ()
 Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list.
void GetValues (IntPtr contourValues)
 Fill a supplied list with contour values. There will be GetNumberOfContours() values in the list. Make sure you allocate enough memory to hold the list.
override int IsA (string type)
 Undocumented Block.
new vtkSynchronizedTemplates2D NewInstance ()
 Undocumented Block.
virtual void SetArrayComponent (int _arg)
 Set/get which component of the scalar array to contour on; defaults to 0.
virtual void SetComputeScalars (int _arg)
 Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.
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 a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkSynchronizedTemplates2D"
 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 vtkSynchronizedTemplates2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSynchronizedTemplates2D_ComputeScalarsOff_01 (HandleRef pThis)
static internal void vtkSynchronizedTemplates2D_ComputeScalarsOn_02 (HandleRef pThis)
static internal void vtkSynchronizedTemplates2D_GenerateValues_03 (HandleRef pThis, int numContours, IntPtr range)
static internal void vtkSynchronizedTemplates2D_GenerateValues_04 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd)
static internal int vtkSynchronizedTemplates2D_GetArrayComponent_05 (HandleRef pThis)
static internal int vtkSynchronizedTemplates2D_GetComputeScalars_06 (HandleRef pThis)
static internal uint vtkSynchronizedTemplates2D_GetMTime_07 (HandleRef pThis)
static internal int vtkSynchronizedTemplates2D_GetNumberOfContours_08 (HandleRef pThis)
static internal double vtkSynchronizedTemplates2D_GetValue_09 (HandleRef pThis, int i)
static internal IntPtr vtkSynchronizedTemplates2D_GetValues_10 (HandleRef pThis)
static internal void vtkSynchronizedTemplates2D_GetValues_11 (HandleRef pThis, IntPtr contourValues)
static internal int vtkSynchronizedTemplates2D_IsA_12 (HandleRef pThis, string type)
static internal int vtkSynchronizedTemplates2D_IsTypeOf_13 (string type)
static internal IntPtr vtkSynchronizedTemplates2D_NewInstance_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSynchronizedTemplates2D_SafeDownCast_16 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSynchronizedTemplates2D_SetArrayComponent_17 (HandleRef pThis, int _arg)
static internal void vtkSynchronizedTemplates2D_SetComputeScalars_18 (HandleRef pThis, int _arg)
static internal void vtkSynchronizedTemplates2D_SetNumberOfContours_19 (HandleRef pThis, int number)
static internal void vtkSynchronizedTemplates2D_SetValue_20 (HandleRef pThis, int i, double value)

Static Private Member Functions

static vtkSynchronizedTemplates2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSynchronizedTemplates2D - generate isoline(s) from a structured points set

Description vtkSynchronizedTemplates2D is a 2D implementation of the synchronized template algorithm. Note that vtkContourFilter will automatically use this class when appropriate.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.

Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.

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

void Kitware.VTK.vtkSynchronizedTemplates2D.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.vtkSynchronizedTemplates2D.GenerateValues ( int  numContours,
double  rangeStart,
double  rangeEnd 
)

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

Set/get which component of the scalar array to contour on; defaults to 0.

Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.

Because we delegate to vtkContourValues.

Reimplemented from Kitware.VTK.vtkObject.

Get the number of contours in the list of contour values.

Get the ith contour value.

Get a pointer to an array of contour values. There will be GetNumberOfContours() values in the list.

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

Fill a supplied list with contour values. There will be GetNumberOfContours() values in the list. Make sure you allocate enough memory to hold the list.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSynchronizedTemplates2D.SetArrayComponent ( int  _arg) [virtual]

Set/get which component of the scalar array to contour on; defaults to 0.

virtual void Kitware.VTK.vtkSynchronizedTemplates2D.SetComputeScalars ( int  _arg) [virtual]

Option to set the point scalars of the output. The scalars will be the iso value of course. By default this flag is on.

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.vtkSynchronizedTemplates2D.SetValue ( int  i,
double  value 
)

Set a particular contour value at contour number i. The index i ranges between 0<=i<NumberOfContours.

static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_GenerateValues_03 ( HandleRef  pThis,
int  numContours,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_GenerateValues_04 ( HandleRef  pThis,
int  numContours,
double  rangeStart,
double  rangeEnd 
) [private]
static internal uint Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_GetMTime_07 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_GetValue_09 ( HandleRef  pThis,
int  i 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_GetValues_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_GetValues_11 ( HandleRef  pThis,
IntPtr  contourValues 
) [private]
static internal int Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_IsA_12 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_NewInstance_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_SafeDownCast_16 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_SetArrayComponent_17 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_SetComputeScalars_18 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_SetNumberOfContours_19 ( HandleRef  pThis,
int  number 
) [private]
static internal void Kitware.VTK.vtkSynchronizedTemplates2D.vtkSynchronizedTemplates2D_SetValue_20 ( HandleRef  pThis,
int  i,
double  value 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSynchronizedTemplates2D.MRClassNameKey = "26vtkSynchronizedTemplates2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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