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

vtkSampleFunction - sample an implicit function over a structured point set More...

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

List of all members.

Public Member Functions

 vtkSampleFunction (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkSampleFunction ()
 Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), Capping turned off, and normal generation on.
virtual void CappingOff ()
 Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.
virtual void CappingOn ()
 Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.
virtual void ComputeNormalsOff ()
 Turn on/off the computation of normals (normals are float values).
virtual void ComputeNormalsOn ()
 Turn on/off the computation of normals (normals are float values).
virtual double GetCapValue ()
 Set the cap value.
virtual int GetCapping ()
 Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.
virtual int GetComputeNormals ()
 Turn on/off the computation of normals (normals are float values).
virtual vtkImplicitFunction GetImplicitFunction ()
 Specify the implicit function to use to generate data.
override uint GetMTime ()
 Return the MTime also considering the implicit function.
virtual double[] GetModelBounds ()
 Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).
virtual void GetModelBounds (IntPtr data)
 Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).
virtual string GetNormalArrayName ()
 Set/get the normal array name for this data set. Initial value is "normals".
virtual int GetOutputScalarType ()
 Set what type of scalar data this source should generate.
virtual int[] GetSampleDimensions ()
 Specify the dimensions of the data on which to sample.
virtual void GetSampleDimensions (IntPtr data)
 Specify the dimensions of the data on which to sample.
virtual string GetScalarArrayName ()
 Set/get the scalar array name for this data set. Initial value is "scalars".
override int IsA (string type)
 Undocumented Block.
new vtkSampleFunction NewInstance ()
 Undocumented Block.
virtual void SetCapValue (double _arg)
 Set the cap value.
virtual void SetCapping (int _arg)
 Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.
virtual void SetComputeNormals (int _arg)
 Turn on/off the computation of normals (normals are float values).
virtual void SetImplicitFunction (vtkImplicitFunction arg0)
 Specify the implicit function to use to generate data.
virtual void SetModelBounds (double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
 Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).
virtual void SetModelBounds (IntPtr _arg)
 Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).
virtual void SetNormalArrayName (string _arg)
 Set/get the normal array name for this data set. Initial value is "normals".
virtual void SetOutputScalarType (int _arg)
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToChar ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToDouble ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToFloat ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToInt ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToLong ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToShort ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToUnsignedChar ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToUnsignedInt ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToUnsignedLong ()
 Set what type of scalar data this source should generate.
void SetOutputScalarTypeToUnsignedShort ()
 Set what type of scalar data this source should generate.
void SetSampleDimensions (int i, int j, int k)
 Specify the dimensions of the data on which to sample.
void SetSampleDimensions (IntPtr dim)
 Specify the dimensions of the data on which to sample.
virtual void SetScalarArrayName (string _arg)
 Set/get the scalar array name for this data set. Initial value is "scalars".
virtual void SetScalars (vtkDataArray da)
 Control the type of the scalars object by explicitly providing a scalar object. THIS IS DEPRECATED, although it still works!!! Please use SetOutputScalarType instead.

Static Public Member Functions

static new vtkSampleFunction New ()
 Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), Capping turned off, and normal generation on.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkSampleFunction SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "17vtkSampleFunction"
 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 vtkSampleFunction_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSampleFunction_CappingOff_01 (HandleRef pThis)
static internal void vtkSampleFunction_CappingOn_02 (HandleRef pThis)
static internal void vtkSampleFunction_ComputeNormalsOff_03 (HandleRef pThis)
static internal void vtkSampleFunction_ComputeNormalsOn_04 (HandleRef pThis)
static internal double vtkSampleFunction_GetCapValue_05 (HandleRef pThis)
static internal int vtkSampleFunction_GetCapping_06 (HandleRef pThis)
static internal int vtkSampleFunction_GetComputeNormals_07 (HandleRef pThis)
static internal IntPtr vtkSampleFunction_GetImplicitFunction_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkSampleFunction_GetMTime_09 (HandleRef pThis)
static internal IntPtr vtkSampleFunction_GetModelBounds_10 (HandleRef pThis)
static internal void vtkSampleFunction_GetModelBounds_11 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkSampleFunction_GetNormalArrayName_12 (HandleRef pThis)
static internal int vtkSampleFunction_GetOutputScalarType_13 (HandleRef pThis)
static internal IntPtr vtkSampleFunction_GetSampleDimensions_14 (HandleRef pThis)
static internal void vtkSampleFunction_GetSampleDimensions_15 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkSampleFunction_GetScalarArrayName_16 (HandleRef pThis)
static internal int vtkSampleFunction_IsA_17 (HandleRef pThis, string type)
static internal int vtkSampleFunction_IsTypeOf_18 (string type)
static internal IntPtr vtkSampleFunction_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSampleFunction_SafeDownCast_21 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSampleFunction_SetCapValue_22 (HandleRef pThis, double _arg)
static internal void vtkSampleFunction_SetCapping_23 (HandleRef pThis, int _arg)
static internal void vtkSampleFunction_SetComputeNormals_24 (HandleRef pThis, int _arg)
static internal void vtkSampleFunction_SetImplicitFunction_25 (HandleRef pThis, HandleRef arg0)
static internal void vtkSampleFunction_SetModelBounds_26 (HandleRef pThis, double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6)
static internal void vtkSampleFunction_SetModelBounds_27 (HandleRef pThis, IntPtr _arg)
static internal void vtkSampleFunction_SetNormalArrayName_28 (HandleRef pThis, string _arg)
static internal void vtkSampleFunction_SetOutputScalarType_29 (HandleRef pThis, int _arg)
static internal void vtkSampleFunction_SetOutputScalarTypeToChar_30 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToDouble_31 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToFloat_32 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToInt_33 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToLong_34 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToShort_35 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToUnsignedChar_36 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToUnsignedInt_37 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToUnsignedLong_38 (HandleRef pThis)
static internal void vtkSampleFunction_SetOutputScalarTypeToUnsignedShort_39 (HandleRef pThis)
static internal void vtkSampleFunction_SetSampleDimensions_40 (HandleRef pThis, int i, int j, int k)
static internal void vtkSampleFunction_SetSampleDimensions_41 (HandleRef pThis, IntPtr dim)
static internal void vtkSampleFunction_SetScalarArrayName_42 (HandleRef pThis, string _arg)
static internal void vtkSampleFunction_SetScalars_43 (HandleRef pThis, HandleRef da)

Static Private Member Functions

static vtkSampleFunction ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSampleFunction - sample an implicit function over a structured point set

Description vtkSampleFunction is a source object that evaluates an implicit function and normals at each point in a vtkStructuredPoints. The user can specify the sample dimensions and location in space to perform the sampling. To create closed surfaces (in conjunction with the vtkContourFilter), capping can be turned on to set a particular value on the boundaries of the sample space.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), Capping turned off, and normal generation on.


Member Function Documentation

virtual void Kitware.VTK.vtkSampleFunction.CappingOff ( ) [virtual]

Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.

virtual void Kitware.VTK.vtkSampleFunction.CappingOn ( ) [virtual]

Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.

Turn on/off the computation of normals (normals are float values).

Turn on/off the computation of normals (normals are float values).

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

virtual int Kitware.VTK.vtkSampleFunction.GetCapping ( ) [virtual]

Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.

virtual double Kitware.VTK.vtkSampleFunction.GetCapValue ( ) [virtual]

Set the cap value.

Turn on/off the computation of normals (normals are float values).

Specify the implicit function to use to generate data.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkSampleFunction.GetModelBounds ( ) [virtual]

Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).

virtual void Kitware.VTK.vtkSampleFunction.GetModelBounds ( IntPtr  data) [virtual]

Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).

override uint Kitware.VTK.vtkSampleFunction.GetMTime ( ) [virtual]

Return the MTime also considering the implicit function.

Reimplemented from Kitware.VTK.vtkObject.

Set/get the normal array name for this data set. Initial value is "normals".

Set what type of scalar data this source should generate.

Specify the dimensions of the data on which to sample.

virtual void Kitware.VTK.vtkSampleFunction.GetSampleDimensions ( IntPtr  data) [virtual]

Specify the dimensions of the data on which to sample.

Set/get the scalar array name for this data set. Initial value is "scalars".

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), Capping turned off, and normal generation on.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSampleFunction.SetCapping ( int  _arg) [virtual]

Turn on/off capping. If capping is on, then the outer boundaries of the structured point set are set to cap value. This can be used to insure surfaces are closed.

virtual void Kitware.VTK.vtkSampleFunction.SetCapValue ( double  _arg) [virtual]

Set the cap value.

virtual void Kitware.VTK.vtkSampleFunction.SetComputeNormals ( int  _arg) [virtual]

Turn on/off the computation of normals (normals are float values).

Specify the implicit function to use to generate data.

virtual void Kitware.VTK.vtkSampleFunction.SetModelBounds ( double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [virtual]

Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).

virtual void Kitware.VTK.vtkSampleFunction.SetModelBounds ( IntPtr  _arg) [virtual]

Specify the region in space over which the sampling occurs. The bounds is specified as (xMin,xMax, yMin,yMax, zMin,zMax).

virtual void Kitware.VTK.vtkSampleFunction.SetNormalArrayName ( string  _arg) [virtual]

Set/get the normal array name for this data set. Initial value is "normals".

virtual void Kitware.VTK.vtkSampleFunction.SetOutputScalarType ( int  _arg) [virtual]

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

Set what type of scalar data this source should generate.

void Kitware.VTK.vtkSampleFunction.SetSampleDimensions ( int  i,
int  j,
int  k 
)

Specify the dimensions of the data on which to sample.

Specify the dimensions of the data on which to sample.

virtual void Kitware.VTK.vtkSampleFunction.SetScalarArrayName ( string  _arg) [virtual]

Set/get the scalar array name for this data set. Initial value is "scalars".

Control the type of the scalars object by explicitly providing a scalar object. THIS IS DEPRECATED, although it still works!!! Please use SetOutputScalarType instead.

static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_CappingOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_CappingOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_ComputeNormalsOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_ComputeNormalsOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetCapping_06 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetCapValue_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetComputeNormals_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetImplicitFunction_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetModelBounds_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetModelBounds_11 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal uint Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetMTime_09 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetNormalArrayName_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetOutputScalarType_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetSampleDimensions_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetSampleDimensions_15 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_GetScalarArrayName_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSampleFunction.vtkSampleFunction_IsA_17 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSampleFunction.vtkSampleFunction_IsTypeOf_18 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_NewInstance_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SafeDownCast_21 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetCapping_23 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetCapValue_22 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetComputeNormals_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetImplicitFunction_25 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetModelBounds_26 ( HandleRef  pThis,
double  _arg1,
double  _arg2,
double  _arg3,
double  _arg4,
double  _arg5,
double  _arg6 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetModelBounds_27 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetNormalArrayName_28 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarType_29 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarTypeToChar_30 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarTypeToDouble_31 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarTypeToFloat_32 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarTypeToInt_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarTypeToLong_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetOutputScalarTypeToShort_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetSampleDimensions_40 ( HandleRef  pThis,
int  i,
int  j,
int  k 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetSampleDimensions_41 ( HandleRef  pThis,
IntPtr  dim 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetScalarArrayName_42 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkSampleFunction.vtkSampleFunction_SetScalars_43 ( HandleRef  pThis,
HandleRef  da 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSampleFunction.MRClassNameKey = "17vtkSampleFunction" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkImageAlgorithm.


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