ActiViz .NET
5.8.0
|
vtkArcPlotter - plot data along an arbitrary polyline More...
Public Member Functions | |
vtkArcPlotter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkArcPlotter () | |
Instantiate with no default camera and plot mode set to VTK_SCALARS. | |
virtual vtkCamera | GetCamera () |
Specify a camera used to orient the plot along the arc. If no camera is specified, then the orientation of the plot is arbitrary. | |
virtual float[] | GetDefaultNormal () |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal. | |
virtual void | GetDefaultNormal (IntPtr data) |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal. | |
virtual int | GetFieldDataArray () |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted. | |
virtual int | GetFieldDataArrayMaxValue () |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted. | |
virtual int | GetFieldDataArrayMinValue () |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted. | |
virtual double | GetHeight () |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.) | |
virtual double | GetHeightMaxValue () |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.) | |
virtual double | GetHeightMinValue () |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.) | |
override uint | GetMTime () |
New GetMTime because of camera dependency. | |
virtual double | GetOffset () |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline). | |
virtual double | GetOffsetMaxValue () |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline). | |
virtual double | GetOffsetMinValue () |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline). | |
virtual int | GetPlotComponent () |
Set/Get the component number to plot if the data has more than one component. If the value of the plot component is == (-1), then all the components will be plotted. | |
virtual int | GetPlotMode () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
virtual double | GetRadius () |
Set the radius of the "median" value of the first plotted component. | |
virtual double | GetRadiusMaxValue () |
Set the radius of the "median" value of the first plotted component. | |
virtual double | GetRadiusMinValue () |
Set the radius of the "median" value of the first plotted component. | |
virtual int | GetUseDefaultNormal () |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera. | |
override int | IsA (string type) |
Instantiate with no default camera and plot mode set to VTK_SCALARS. | |
new vtkArcPlotter | NewInstance () |
Instantiate with no default camera and plot mode set to VTK_SCALARS. | |
virtual void | SetCamera (vtkCamera arg0) |
Specify a camera used to orient the plot along the arc. If no camera is specified, then the orientation of the plot is arbitrary. | |
virtual void | SetDefaultNormal (float _arg1, float _arg2, float _arg3) |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal. | |
virtual void | SetDefaultNormal (IntPtr _arg) |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal. | |
virtual void | SetFieldDataArray (int _arg) |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted. | |
virtual void | SetHeight (double _arg) |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.) | |
virtual void | SetOffset (double _arg) |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline). | |
virtual void | SetPlotComponent (int _arg) |
Set/Get the component number to plot if the data has more than one component. If the value of the plot component is == (-1), then all the components will be plotted. | |
virtual void | SetPlotMode (int _arg) |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
void | SetPlotModeToPlotFieldData () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
void | SetPlotModeToPlotNormals () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
void | SetPlotModeToPlotScalars () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
void | SetPlotModeToPlotTCoords () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
void | SetPlotModeToPlotTensors () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
void | SetPlotModeToPlotVectors () |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot. | |
virtual void | SetRadius (double _arg) |
Set the radius of the "median" value of the first plotted component. | |
virtual void | SetUseDefaultNormal (int _arg) |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera. | |
virtual void | UseDefaultNormalOff () |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera. | |
virtual void | UseDefaultNormalOn () |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera. | |
Static Public Member Functions | |
static new vtkArcPlotter | New () |
Instantiate with no default camera and plot mode set to VTK_SCALARS. | |
static new int | IsTypeOf (string type) |
Instantiate with no default camera and plot mode set to VTK_SCALARS. | |
static new vtkArcPlotter | SafeDownCast (vtkObjectBase o) |
Instantiate with no default camera and plot mode set to VTK_SCALARS. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkArcPlotter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkArcPlotter" |
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 | vtkArcPlotter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArcPlotter_GetCamera_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArcPlotter_GetDefaultNormal_02 (HandleRef pThis) |
static internal void | vtkArcPlotter_GetDefaultNormal_03 (HandleRef pThis, IntPtr data) |
static internal int | vtkArcPlotter_GetFieldDataArray_04 (HandleRef pThis) |
static internal int | vtkArcPlotter_GetFieldDataArrayMaxValue_05 (HandleRef pThis) |
static internal int | vtkArcPlotter_GetFieldDataArrayMinValue_06 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetHeight_07 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetHeightMaxValue_08 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetHeightMinValue_09 (HandleRef pThis) |
static internal uint | vtkArcPlotter_GetMTime_10 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetOffset_11 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetOffsetMaxValue_12 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetOffsetMinValue_13 (HandleRef pThis) |
static internal int | vtkArcPlotter_GetPlotComponent_14 (HandleRef pThis) |
static internal int | vtkArcPlotter_GetPlotMode_15 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetRadius_16 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetRadiusMaxValue_17 (HandleRef pThis) |
static internal double | vtkArcPlotter_GetRadiusMinValue_18 (HandleRef pThis) |
static internal int | vtkArcPlotter_GetUseDefaultNormal_19 (HandleRef pThis) |
static internal int | vtkArcPlotter_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkArcPlotter_IsTypeOf_21 (string type) |
static internal IntPtr | vtkArcPlotter_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArcPlotter_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkArcPlotter_SetCamera_25 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkArcPlotter_SetDefaultNormal_26 (HandleRef pThis, float _arg1, float _arg2, float _arg3) |
static internal void | vtkArcPlotter_SetDefaultNormal_27 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkArcPlotter_SetFieldDataArray_28 (HandleRef pThis, int _arg) |
static internal void | vtkArcPlotter_SetHeight_29 (HandleRef pThis, double _arg) |
static internal void | vtkArcPlotter_SetOffset_30 (HandleRef pThis, double _arg) |
static internal void | vtkArcPlotter_SetPlotComponent_31 (HandleRef pThis, int _arg) |
static internal void | vtkArcPlotter_SetPlotMode_32 (HandleRef pThis, int _arg) |
static internal void | vtkArcPlotter_SetPlotModeToPlotFieldData_33 (HandleRef pThis) |
static internal void | vtkArcPlotter_SetPlotModeToPlotNormals_34 (HandleRef pThis) |
static internal void | vtkArcPlotter_SetPlotModeToPlotScalars_35 (HandleRef pThis) |
static internal void | vtkArcPlotter_SetPlotModeToPlotTCoords_36 (HandleRef pThis) |
static internal void | vtkArcPlotter_SetPlotModeToPlotTensors_37 (HandleRef pThis) |
static internal void | vtkArcPlotter_SetPlotModeToPlotVectors_38 (HandleRef pThis) |
static internal void | vtkArcPlotter_SetRadius_39 (HandleRef pThis, double _arg) |
static internal void | vtkArcPlotter_SetUseDefaultNormal_40 (HandleRef pThis, int _arg) |
static internal void | vtkArcPlotter_UseDefaultNormalOff_41 (HandleRef pThis) |
static internal void | vtkArcPlotter_UseDefaultNormalOn_42 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkArcPlotter () |
Automatically generated type registration mechanics. |
vtkArcPlotter - plot data along an arbitrary polyline
Description vtkArcPlotter performs plotting of attribute data along polylines defined with an input vtkPolyData data object. Any type of attribute data can be plotted including scalars, vectors, tensors, normals, texture coordinates, and field data. Either one or multiple data components can be plotted.
To use this class you must specify an input data set that contains one or more polylines, and some attribute data including which component of the attribute data. (By default, this class processes the first component of scalar data.) You will also need to set an offset radius (the distance of the polyline to the median line of the plot), a width for the plot (the distance that the minimum and maximum plot values are mapped into), an possibly an offset (used to offset attribute data with multiple components).
Normally the filter automatically computes normals for generating the offset arc plot. However, you can specify a default normal and use that instead.
static Kitware.VTK.vtkArcPlotter.vtkArcPlotter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkArcPlotter.vtkArcPlotter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate with no default camera and plot mode set to VTK_SCALARS.
override void Kitware.VTK.vtkArcPlotter.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.
virtual vtkCamera Kitware.VTK.vtkArcPlotter.GetCamera | ( | ) | [virtual] |
Specify a camera used to orient the plot along the arc. If no camera is specified, then the orientation of the plot is arbitrary.
virtual float [] Kitware.VTK.vtkArcPlotter.GetDefaultNormal | ( | ) | [virtual] |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal.
virtual void Kitware.VTK.vtkArcPlotter.GetDefaultNormal | ( | IntPtr | data | ) | [virtual] |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal.
virtual int Kitware.VTK.vtkArcPlotter.GetFieldDataArray | ( | ) | [virtual] |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted.
virtual int Kitware.VTK.vtkArcPlotter.GetFieldDataArrayMaxValue | ( | ) | [virtual] |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted.
virtual int Kitware.VTK.vtkArcPlotter.GetFieldDataArrayMinValue | ( | ) | [virtual] |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted.
virtual double Kitware.VTK.vtkArcPlotter.GetHeight | ( | ) | [virtual] |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.)
virtual double Kitware.VTK.vtkArcPlotter.GetHeightMaxValue | ( | ) | [virtual] |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.)
virtual double Kitware.VTK.vtkArcPlotter.GetHeightMinValue | ( | ) | [virtual] |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.)
override uint Kitware.VTK.vtkArcPlotter.GetMTime | ( | ) | [virtual] |
New GetMTime because of camera dependency.
Reimplemented from Kitware.VTK.vtkObject.
virtual double Kitware.VTK.vtkArcPlotter.GetOffset | ( | ) | [virtual] |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
virtual double Kitware.VTK.vtkArcPlotter.GetOffsetMaxValue | ( | ) | [virtual] |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
virtual double Kitware.VTK.vtkArcPlotter.GetOffsetMinValue | ( | ) | [virtual] |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
virtual int Kitware.VTK.vtkArcPlotter.GetPlotComponent | ( | ) | [virtual] |
Set/Get the component number to plot if the data has more than one component. If the value of the plot component is == (-1), then all the components will be plotted.
virtual int Kitware.VTK.vtkArcPlotter.GetPlotMode | ( | ) | [virtual] |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
virtual double Kitware.VTK.vtkArcPlotter.GetRadius | ( | ) | [virtual] |
Set the radius of the "median" value of the first plotted component.
virtual double Kitware.VTK.vtkArcPlotter.GetRadiusMaxValue | ( | ) | [virtual] |
Set the radius of the "median" value of the first plotted component.
virtual double Kitware.VTK.vtkArcPlotter.GetRadiusMinValue | ( | ) | [virtual] |
Set the radius of the "median" value of the first plotted component.
virtual int Kitware.VTK.vtkArcPlotter.GetUseDefaultNormal | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera.
override int Kitware.VTK.vtkArcPlotter.IsA | ( | string | type | ) | [virtual] |
Instantiate with no default camera and plot mode set to VTK_SCALARS.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkArcPlotter.IsTypeOf | ( | string | type | ) | [static] |
Instantiate with no default camera and plot mode set to VTK_SCALARS.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkArcPlotter Kitware.VTK.vtkArcPlotter.New | ( | ) | [static] |
Instantiate with no default camera and plot mode set to VTK_SCALARS.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Instantiate with no default camera and plot mode set to VTK_SCALARS.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkArcPlotter Kitware.VTK.vtkArcPlotter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Instantiate with no default camera and plot mode set to VTK_SCALARS.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkArcPlotter.SetCamera | ( | vtkCamera | arg0 | ) | [virtual] |
Specify a camera used to orient the plot along the arc. If no camera is specified, then the orientation of the plot is arbitrary.
virtual void Kitware.VTK.vtkArcPlotter.SetDefaultNormal | ( | float | _arg1, |
float | _arg2, | ||
float | _arg3 | ||
) | [virtual] |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal.
virtual void Kitware.VTK.vtkArcPlotter.SetDefaultNormal | ( | IntPtr | _arg | ) | [virtual] |
Set the default normal to use if you do not wish automatic normal calculation. The arc plot will be generated using this normal.
virtual void Kitware.VTK.vtkArcPlotter.SetFieldDataArray | ( | int | _arg | ) | [virtual] |
Set/Get the field data array to plot. This instance variable is only applicable if field data is plotted.
virtual void Kitware.VTK.vtkArcPlotter.SetHeight | ( | double | _arg | ) | [virtual] |
Set the height of the plot. (The radius combined with the height define the location of the plot relative to the generating polyline.)
virtual void Kitware.VTK.vtkArcPlotter.SetOffset | ( | double | _arg | ) | [virtual] |
Specify an offset that translates each subsequent plot (if there is more than one component plotted) from the defining arc (i.e., polyline).
virtual void Kitware.VTK.vtkArcPlotter.SetPlotComponent | ( | int | _arg | ) | [virtual] |
Set/Get the component number to plot if the data has more than one component. If the value of the plot component is == (-1), then all the components will be plotted.
virtual void Kitware.VTK.vtkArcPlotter.SetPlotMode | ( | int | _arg | ) | [virtual] |
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
Specify which data to plot: scalars, vectors, normals, texture coords, tensors, or field data. If the data has more than one component, use the method SetPlotComponent to control which component to plot.
virtual void Kitware.VTK.vtkArcPlotter.SetRadius | ( | double | _arg | ) | [virtual] |
Set the radius of the "median" value of the first plotted component.
virtual void Kitware.VTK.vtkArcPlotter.SetUseDefaultNormal | ( | int | _arg | ) | [virtual] |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera.
virtual void Kitware.VTK.vtkArcPlotter.UseDefaultNormalOff | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera.
virtual void Kitware.VTK.vtkArcPlotter.UseDefaultNormalOn | ( | ) | [virtual] |
Set a boolean to control whether to use default normals. By default, normals are automatically computed from the generating polyline and camera.
static internal IntPtr Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetCamera_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetDefaultNormal_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetDefaultNormal_03 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetFieldDataArray_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetFieldDataArrayMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetFieldDataArrayMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetHeight_07 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetHeightMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetHeightMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetMTime_10 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetOffset_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetOffsetMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetOffsetMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetPlotComponent_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetPlotMode_15 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetRadius_16 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetRadiusMaxValue_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetRadiusMinValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_GetUseDefaultNormal_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkArcPlotter.vtkArcPlotter_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkArcPlotter.vtkArcPlotter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArcPlotter.vtkArcPlotter_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SafeDownCast_24 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetCamera_25 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetDefaultNormal_26 | ( | HandleRef | pThis, |
float | _arg1, | ||
float | _arg2, | ||
float | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetDefaultNormal_27 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetFieldDataArray_28 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetHeight_29 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetOffset_30 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotComponent_31 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotMode_32 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotModeToPlotFieldData_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotModeToPlotNormals_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotModeToPlotScalars_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotModeToPlotTCoords_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotModeToPlotTensors_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetPlotModeToPlotVectors_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetRadius_39 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_SetUseDefaultNormal_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_UseDefaultNormalOff_41 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArcPlotter.vtkArcPlotter_UseDefaultNormalOn_42 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkArcPlotter.MRClassNameKey = "13vtkArcPlotter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkArcPlotter.MRFullTypeName = "Kitware.VTK.vtkArcPlotter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.