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

vtkRectilinearSynchronizedTemplates - generate isosurface from rectilinear grid More...

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

List of all members.

Public Member Functions

 vtkRectilinearSynchronizedTemplates (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRectilinearSynchronizedTemplates ()
 Undocumented Block.
virtual void ComputeGradientsOff ()
 Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void ComputeGradientsOn ()
 Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void ComputeNormalsOff ()
 Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void ComputeNormalsOn ()
 Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void ComputeScalarsOff ()
 Set/Get the computation of scalars.
virtual void ComputeScalarsOn ()
 Set/Get the computation of scalars.
void ComputeSpacing (vtkRectilinearGrid data, int i, int j, int k, IntPtr extent, IntPtr spacing)
 Compute the spacing between this point and its 6 neighbors. This method needs to be public so it can be accessed from a templated function.
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 GetComputeGradients ()
 Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual int GetComputeNormals ()
 Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual int GetComputeScalars ()
 Set/Get the computation of scalars.
IntPtr GetExecuteExtent ()
 Needed by templated functions.
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
vtkRectilinearSynchronizedTemplates 
NewInstance ()
 Undocumented Block.
virtual void SetArrayComponent (int _arg)
 Set/get which component of the scalar array to contour on; defaults to 0.
virtual void SetComputeGradients (int _arg)
 Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void SetComputeNormals (int _arg)
 Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.
virtual void SetComputeScalars (int _arg)
 Set/Get the computation of scalars.
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
vtkRectilinearSynchronizedTemplates 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkRectilinearSynchronizedTemplates 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "35vtkRectilinearSynchronizedTemplates"
 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 vtkRectilinearSynchronizedTemplates_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearSynchronizedTemplates_ComputeGradientsOff_01 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_ComputeGradientsOn_02 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_ComputeNormalsOff_03 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_ComputeNormalsOn_04 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_ComputeScalarsOff_05 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_ComputeScalarsOn_06 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_ComputeSpacing_07 (HandleRef pThis, HandleRef data, int i, int j, int k, IntPtr extent, IntPtr spacing)
static internal void vtkRectilinearSynchronizedTemplates_GenerateValues_08 (HandleRef pThis, int numContours, IntPtr range)
static internal void vtkRectilinearSynchronizedTemplates_GenerateValues_09 (HandleRef pThis, int numContours, double rangeStart, double rangeEnd)
static internal int vtkRectilinearSynchronizedTemplates_GetArrayComponent_10 (HandleRef pThis)
static internal int vtkRectilinearSynchronizedTemplates_GetComputeGradients_11 (HandleRef pThis)
static internal int vtkRectilinearSynchronizedTemplates_GetComputeNormals_12 (HandleRef pThis)
static internal int vtkRectilinearSynchronizedTemplates_GetComputeScalars_13 (HandleRef pThis)
static internal IntPtr vtkRectilinearSynchronizedTemplates_GetExecuteExtent_14 (HandleRef pThis)
static internal uint vtkRectilinearSynchronizedTemplates_GetMTime_15 (HandleRef pThis)
static internal int vtkRectilinearSynchronizedTemplates_GetNumberOfContours_16 (HandleRef pThis)
static internal double vtkRectilinearSynchronizedTemplates_GetValue_17 (HandleRef pThis, int i)
static internal IntPtr vtkRectilinearSynchronizedTemplates_GetValues_18 (HandleRef pThis)
static internal void vtkRectilinearSynchronizedTemplates_GetValues_19 (HandleRef pThis, IntPtr contourValues)
static internal int vtkRectilinearSynchronizedTemplates_IsA_20 (HandleRef pThis, string type)
static internal int vtkRectilinearSynchronizedTemplates_IsTypeOf_21 (string type)
static internal IntPtr vtkRectilinearSynchronizedTemplates_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkRectilinearSynchronizedTemplates_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRectilinearSynchronizedTemplates_SetArrayComponent_25 (HandleRef pThis, int _arg)
static internal void vtkRectilinearSynchronizedTemplates_SetComputeGradients_26 (HandleRef pThis, int _arg)
static internal void vtkRectilinearSynchronizedTemplates_SetComputeNormals_27 (HandleRef pThis, int _arg)
static internal void vtkRectilinearSynchronizedTemplates_SetComputeScalars_28 (HandleRef pThis, int _arg)
static internal void vtkRectilinearSynchronizedTemplates_SetNumberOfContours_29 (HandleRef pThis, int number)
static internal void vtkRectilinearSynchronizedTemplates_SetValue_30 (HandleRef pThis, int i, double value)

Static Private Member Functions

static vtkRectilinearSynchronizedTemplates ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRectilinearSynchronizedTemplates - generate isosurface from rectilinear grid


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of scalars.

Set/Get the computation of scalars.

void Kitware.VTK.vtkRectilinearSynchronizedTemplates.ComputeSpacing ( vtkRectilinearGrid  data,
int  i,
int  j,
int  k,
IntPtr  extent,
IntPtr  spacing 
)

Compute the spacing between this point and its 6 neighbors. This method needs to be public so it can be accessed from a templated function.

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

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of scalars.

Needed by templated functions.

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.

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.vtkRectilinearSynchronizedTemplates.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkRectilinearSynchronizedTemplates.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:

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

Set/Get the computation of gradients. Gradient computation is fairly expensive in both time and storage. Note that if ComputeNormals is on, gradients will have to be calculated, but will not be stored in the output dataset. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of normals. Normal computation is fairly expensive in both time and storage. If the output data will be processed by filters that modify topology or geometry, it may be wise to turn Normals and Gradients off.

Set/Get the computation of scalars.

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.

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

static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_ComputeSpacing_07 ( HandleRef  pThis,
HandleRef  data,
int  i,
int  j,
int  k,
IntPtr  extent,
IntPtr  spacing 
) [private]
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GenerateValues_08 ( HandleRef  pThis,
int  numContours,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GenerateValues_09 ( HandleRef  pThis,
int  numContours,
double  rangeStart,
double  rangeEnd 
) [private]
static internal double Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetValue_17 ( HandleRef  pThis,
int  i 
) [private]
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_GetValues_19 ( HandleRef  pThis,
IntPtr  contourValues 
) [private]
static internal int Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetNumberOfContours_29 ( HandleRef  pThis,
int  number 
) [private]
static internal void Kitware.VTK.vtkRectilinearSynchronizedTemplates.vtkRectilinearSynchronizedTemplates_SetValue_30 ( HandleRef  pThis,
int  i,
double  value 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRectilinearSynchronizedTemplates.MRClassNameKey = "35vtkRectilinearSynchronizedTemplates" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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