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

vtkRuledSurfaceFilter - generates a surface from a set of lines More...

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

List of all members.

Public Member Functions

 vtkRuledSurfaceFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRuledSurfaceFilter ()
 Construct object with OnRatio=1, Offset=0. DistanceFactor=3.0, CloseSurface off, and PassLines off.
virtual void CloseSurfaceOff ()
 Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)
virtual void CloseSurfaceOn ()
 Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)
virtual int GetCloseSurface ()
 Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)
virtual double GetDistanceFactor ()
 Set/Get the factor that controls tearing of the surface.
virtual double GetDistanceFactorMaxValue ()
 Set/Get the factor that controls tearing of the surface.
virtual double GetDistanceFactorMinValue ()
 Set/Get the factor that controls tearing of the surface.
virtual int GetOffset ()
 Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual int GetOffsetMaxValue ()
 Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual int GetOffsetMinValue ()
 Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual int GetOnRatio ()
 Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.
virtual int GetOnRatioMaxValue ()
 Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.
virtual int GetOnRatioMinValue ()
 Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.
virtual int GetOrientLoops ()
 Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.
virtual int GetPassLines ()
 Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.
virtual int[] GetResolution ()
 If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).
virtual void GetResolution (IntPtr data)
 If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).
virtual int GetRuledMode ()
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.
string GetRuledModeAsString ()
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.
virtual int GetRuledModeMaxValue ()
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.
virtual int GetRuledModeMinValue ()
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.
override int IsA (string type)
 Undocumented Block.
new vtkRuledSurfaceFilter NewInstance ()
 Undocumented Block.
virtual void OrientLoopsOff ()
 Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.
virtual void OrientLoopsOn ()
 Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.
virtual void PassLinesOff ()
 Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.
virtual void PassLinesOn ()
 Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.
virtual void SetCloseSurface (int _arg)
 Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)
virtual void SetDistanceFactor (double _arg)
 Set/Get the factor that controls tearing of the surface.
virtual void SetOffset (int _arg)
 Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.
virtual void SetOnRatio (int _arg)
 Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.
virtual void SetOrientLoops (int _arg)
 Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.
virtual void SetPassLines (int _arg)
 Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.
virtual void SetResolution (int _arg1, int _arg2)
 If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).
void SetResolution (IntPtr _arg)
 If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).
virtual void SetRuledMode (int _arg)
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.
void SetRuledModeToPointWalk ()
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.
void SetRuledModeToResample ()
 Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

Static Public Member Functions

static new vtkRuledSurfaceFilter New ()
 Construct object with OnRatio=1, Offset=0. DistanceFactor=3.0, CloseSurface off, and PassLines off.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkRuledSurfaceFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "21vtkRuledSurfaceFilter"
 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 vtkRuledSurfaceFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRuledSurfaceFilter_CloseSurfaceOff_01 (HandleRef pThis)
static internal void vtkRuledSurfaceFilter_CloseSurfaceOn_02 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetCloseSurface_03 (HandleRef pThis)
static internal double vtkRuledSurfaceFilter_GetDistanceFactor_04 (HandleRef pThis)
static internal double vtkRuledSurfaceFilter_GetDistanceFactorMaxValue_05 (HandleRef pThis)
static internal double vtkRuledSurfaceFilter_GetDistanceFactorMinValue_06 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOffset_07 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOffsetMaxValue_08 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOffsetMinValue_09 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOnRatio_10 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOnRatioMaxValue_11 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOnRatioMinValue_12 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetOrientLoops_13 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetPassLines_14 (HandleRef pThis)
static internal IntPtr vtkRuledSurfaceFilter_GetResolution_15 (HandleRef pThis)
static internal void vtkRuledSurfaceFilter_GetResolution_16 (HandleRef pThis, IntPtr data)
static internal int vtkRuledSurfaceFilter_GetRuledMode_17 (HandleRef pThis)
static internal IntPtr vtkRuledSurfaceFilter_GetRuledModeAsString_18 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetRuledModeMaxValue_19 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_GetRuledModeMinValue_20 (HandleRef pThis)
static internal int vtkRuledSurfaceFilter_IsA_21 (HandleRef pThis, string type)
static internal int vtkRuledSurfaceFilter_IsTypeOf_22 (string type)
static internal IntPtr vtkRuledSurfaceFilter_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRuledSurfaceFilter_OrientLoopsOff_25 (HandleRef pThis)
static internal void vtkRuledSurfaceFilter_OrientLoopsOn_26 (HandleRef pThis)
static internal void vtkRuledSurfaceFilter_PassLinesOff_27 (HandleRef pThis)
static internal void vtkRuledSurfaceFilter_PassLinesOn_28 (HandleRef pThis)
static internal IntPtr vtkRuledSurfaceFilter_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRuledSurfaceFilter_SetCloseSurface_30 (HandleRef pThis, int _arg)
static internal void vtkRuledSurfaceFilter_SetDistanceFactor_31 (HandleRef pThis, double _arg)
static internal void vtkRuledSurfaceFilter_SetOffset_32 (HandleRef pThis, int _arg)
static internal void vtkRuledSurfaceFilter_SetOnRatio_33 (HandleRef pThis, int _arg)
static internal void vtkRuledSurfaceFilter_SetOrientLoops_34 (HandleRef pThis, int _arg)
static internal void vtkRuledSurfaceFilter_SetPassLines_35 (HandleRef pThis, int _arg)
static internal void vtkRuledSurfaceFilter_SetResolution_36 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkRuledSurfaceFilter_SetResolution_37 (HandleRef pThis, IntPtr _arg)
static internal void vtkRuledSurfaceFilter_SetRuledMode_38 (HandleRef pThis, int _arg)
static internal void vtkRuledSurfaceFilter_SetRuledModeToPointWalk_39 (HandleRef pThis)
static internal void vtkRuledSurfaceFilter_SetRuledModeToResample_40 (HandleRef pThis)

Static Private Member Functions

static vtkRuledSurfaceFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRuledSurfaceFilter - generates a surface from a set of lines

Description vtkRuledSurfaceFilter is a filter that generates a surface from a set of lines. The lines are assumed to be "parallel" in the sense that they do not intersect and remain somewhat close to one another. A surface is generated by connecting the points defining each pair of lines with straight lines. This creates a strip for each pair of lines (i.e., a triangulation is created from two generating lines). The filter can handle an arbitrary number of lines, with lines i and i+1 assumed connected. Note that there are several different approaches for creating the ruled surface, the method for creating the surface can either use the input points or resample from the polylines (using a user-specified resolution).

This filter offers some other important features. A DistanceFactor ivar is used to decide when two lines are too far apart to connect. (The factor is a multiple of the distance between the first two points of the two lines defining the strip.) If the distance between the two generating lines becomes too great, then the surface is not generated in that region. (Note: if the lines separate and then merge, then a hole can be generated in the surface.) In addition, the Offset and OnRation ivars can be used to create nifty striped surfaces. Closed surfaces (e.g., tubes) can be created by setting the CloseSurface ivar. (The surface can be closed in the other direction by repeating the first and last point in the polylines defining the surface.)

An important use of this filter is to combine it with vtkStreamLine to generate stream surfaces. It can also be used to create surfaces from contours.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Construct object with OnRatio=1, Offset=0. DistanceFactor=3.0, CloseSurface off, and PassLines off.


Member Function Documentation

Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)

Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)

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

Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)

Set/Get the factor that controls tearing of the surface.

Set/Get the factor that controls tearing of the surface.

Set/Get the factor that controls tearing of the surface.

Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.

Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.

Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.

Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.

Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.

Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.

Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.

Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.

If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).

virtual void Kitware.VTK.vtkRuledSurfaceFilter.GetResolution ( IntPtr  data) [virtual]

If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Construct object with OnRatio=1, Offset=0. DistanceFactor=3.0, CloseSurface off, and PassLines off.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.

Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.

Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.

Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetCloseSurface ( int  _arg) [virtual]

Indicate whether the surface is to be closed. If this boolean is on, then the first and last polyline are used to generate a stripe that closes the surface. (Note: to close the surface in the other direction, repeat the first point in the polyline as the last point in the polyline.)

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetDistanceFactor ( double  _arg) [virtual]

Set/Get the factor that controls tearing of the surface.

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetOffset ( int  _arg) [virtual]

Control the striping of the ruled surface. The offset sets the first stripe that is visible. Offset is generally used with OnRatio to create nifty striping effects.

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetOnRatio ( int  _arg) [virtual]

Control the striping of the ruled surface. If OnRatio is greater than 1, then every nth strip is turned on, beginning with the Offset strip.

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetOrientLoops ( int  _arg) [virtual]

Indicate whether the starting points of the loops need to be determined. If set to 0, then its assumes that the 0th point of each loop should be always connected By defualt the loops are not oriented.

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetPassLines ( int  _arg) [virtual]

Indicate whether the generating lines are to be passed to the output. By defualt lines are not passed to the output.

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetResolution ( int  _arg1,
int  _arg2 
) [virtual]

If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).

If the ruled surface generation mode is RESAMPLE, then these parameters are used to determine the resample rate. Resolution[0] defines the resolution in the direction of the polylines; Resolution[1] defines the resolution across the polylines (i.e., direction orthogonal to Resolution[0]).

virtual void Kitware.VTK.vtkRuledSurfaceFilter.SetRuledMode ( int  _arg) [virtual]

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

Set the mode by which to create the ruled surface. (Dramatically different results are possible depending on the chosen mode.) The resample mode evenly resamples the polylines (based on length) and generates triangle strips. The point walk mode uses the existing points and walks around the polyline using existing points.

static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_CloseSurfaceOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_CloseSurfaceOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetCloseSurface_03 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetDistanceFactor_04 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetDistanceFactorMaxValue_05 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetDistanceFactorMinValue_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOffset_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOffsetMaxValue_08 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOffsetMinValue_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOnRatio_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOnRatioMaxValue_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOnRatioMinValue_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetOrientLoops_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetPassLines_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetResolution_15 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetResolution_16 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetRuledMode_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetRuledModeAsString_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetRuledModeMaxValue_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_GetRuledModeMinValue_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_IsTypeOf_22 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_NewInstance_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_OrientLoopsOff_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_OrientLoopsOn_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_PassLinesOff_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_PassLinesOn_28 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetCloseSurface_30 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetDistanceFactor_31 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetOffset_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetOnRatio_33 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetOrientLoops_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetPassLines_35 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetResolution_36 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetResolution_37 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetRuledMode_38 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRuledSurfaceFilter.vtkRuledSurfaceFilter_SetRuledModeToResample_40 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRuledSurfaceFilter.MRClassNameKey = "21vtkRuledSurfaceFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


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