ActiViz .NET
5.8.0
|
vtkSpiderPlotActor - create a spider plot from input field More...
Public Member Functions | |
vtkSpiderPlotActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSpiderPlotActor () | |
Instantiate this class. | |
string | GetAxisLabel (int i) |
Specify the names of the radial spokes (i.e., the radial axes). If not specified, then an integer number is automatically generated. | |
void | GetAxisRange (int i, IntPtr range) |
Specify the range of data on each radial axis. If not specified, then the range is computed automatically. | |
virtual int | GetIndependentVariables () |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point. | |
virtual int | GetIndependentVariablesMaxValue () |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point. | |
virtual int | GetIndependentVariablesMinValue () |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point. | |
virtual vtkDataObject | GetInput () |
Get the input data object to this actor. | |
virtual vtkTextProperty | GetLabelTextProperty () |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. | |
virtual int | GetLabelVisibility () |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input. | |
virtual vtkLegendBoxActor | GetLegendActor () |
Retrieve handles to the legend box. This is useful if you would like to manually control the legend appearance. | |
virtual int | GetLegendVisibility () |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. | |
virtual int | GetNumberOfRings () |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown. | |
virtual int | GetNumberOfRingsMaxValue () |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown. | |
virtual int | GetNumberOfRingsMinValue () |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown. | |
IntPtr | GetPlotColor (int i) |
Specify colors for each plot. If not specified, they are automatically generated. | |
virtual string | GetTitle () |
Set/Get the title of the spider plot. | |
virtual vtkTextProperty | GetTitleTextProperty () |
Set/Get the title text property. | |
virtual int | GetTitleVisibility () |
Enable/Disable the display of a plot title. | |
override int | HasTranslucentPolygonalGeometry () |
Does this prop have some translucent polygonal geometry? | |
override int | IsA (string type) |
Standard methods for type information and printing. | |
virtual void | LabelVisibilityOff () |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input. | |
virtual void | LabelVisibilityOn () |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input. | |
virtual void | LegendVisibilityOff () |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. | |
virtual void | LegendVisibilityOn () |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. | |
new vtkSpiderPlotActor | NewInstance () |
Standard methods for type information and printing. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. | |
override int | RenderOpaqueGeometry (vtkViewport arg0) |
Draw the spider plot. | |
override int | RenderOverlay (vtkViewport arg0) |
Draw the spider plot. | |
override int | RenderTranslucentPolygonalGeometry (vtkViewport arg0) |
Draw the spider plot. | |
void | SetAxisLabel (int i, string arg1) |
Specify the names of the radial spokes (i.e., the radial axes). If not specified, then an integer number is automatically generated. | |
void | SetAxisRange (int i, double min, double max) |
Specify the range of data on each radial axis. If not specified, then the range is computed automatically. | |
void | SetAxisRange (int i, IntPtr range) |
Specify the range of data on each radial axis. If not specified, then the range is computed automatically. | |
virtual void | SetIndependentVariables (int _arg) |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point. | |
void | SetIndependentVariablesToColumns () |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point. | |
void | SetIndependentVariablesToRows () |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point. | |
virtual void | SetInput (vtkDataObject arg0) |
Set the input to the spider plot actor. | |
virtual void | SetLabelTextProperty (vtkTextProperty p) |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. | |
virtual void | SetLabelVisibility (int _arg) |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input. | |
virtual void | SetLegendVisibility (int _arg) |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. | |
virtual void | SetNumberOfRings (int _arg) |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown. | |
void | SetPlotColor (int i, double r, double g, double b) |
Specify colors for each plot. If not specified, they are automatically generated. | |
void | SetPlotColor (int i, IntPtr color) |
Specify colors for each plot. If not specified, they are automatically generated. | |
virtual void | SetTitle (string _arg) |
Set/Get the title of the spider plot. | |
virtual void | SetTitleTextProperty (vtkTextProperty p) |
Set/Get the title text property. | |
virtual void | SetTitleVisibility (int _arg) |
Enable/Disable the display of a plot title. | |
virtual void | TitleVisibilityOff () |
Enable/Disable the display of a plot title. | |
virtual void | TitleVisibilityOn () |
Enable/Disable the display of a plot title. | |
Static Public Member Functions | |
static new vtkSpiderPlotActor | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard methods for type information and printing. | |
static new vtkSpiderPlotActor | SafeDownCast (vtkObjectBase o) |
Standard methods for type information and printing. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSpiderPlotActor" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "18vtkSpiderPlotActor" |
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 | vtkSpiderPlotActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpiderPlotActor_GetAxisLabel_01 (HandleRef pThis, int i) |
static internal void | vtkSpiderPlotActor_GetAxisRange_02 (HandleRef pThis, int i, IntPtr range) |
static internal int | vtkSpiderPlotActor_GetIndependentVariables_03 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_GetIndependentVariablesMaxValue_04 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_GetIndependentVariablesMinValue_05 (HandleRef pThis) |
static internal IntPtr | vtkSpiderPlotActor_GetInput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpiderPlotActor_GetLabelTextProperty_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSpiderPlotActor_GetLabelVisibility_08 (HandleRef pThis) |
static internal IntPtr | vtkSpiderPlotActor_GetLegendActor_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSpiderPlotActor_GetLegendVisibility_10 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_GetNumberOfRings_11 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_GetNumberOfRingsMaxValue_12 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_GetNumberOfRingsMinValue_13 (HandleRef pThis) |
static internal IntPtr | vtkSpiderPlotActor_GetPlotColor_14 (HandleRef pThis, int i) |
static internal IntPtr | vtkSpiderPlotActor_GetTitle_15 (HandleRef pThis) |
static internal IntPtr | vtkSpiderPlotActor_GetTitleTextProperty_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSpiderPlotActor_GetTitleVisibility_17 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_HasTranslucentPolygonalGeometry_18 (HandleRef pThis) |
static internal int | vtkSpiderPlotActor_IsA_19 (HandleRef pThis, string type) |
static internal int | vtkSpiderPlotActor_IsTypeOf_20 (string type) |
static internal void | vtkSpiderPlotActor_LabelVisibilityOff_21 (HandleRef pThis) |
static internal void | vtkSpiderPlotActor_LabelVisibilityOn_22 (HandleRef pThis) |
static internal void | vtkSpiderPlotActor_LegendVisibilityOff_23 (HandleRef pThis) |
static internal void | vtkSpiderPlotActor_LegendVisibilityOn_24 (HandleRef pThis) |
static internal IntPtr | vtkSpiderPlotActor_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSpiderPlotActor_ReleaseGraphicsResources_27 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkSpiderPlotActor_RenderOpaqueGeometry_28 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkSpiderPlotActor_RenderOverlay_29 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkSpiderPlotActor_RenderTranslucentPolygonalGeometry_30 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkSpiderPlotActor_SafeDownCast_31 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSpiderPlotActor_SetAxisLabel_32 (HandleRef pThis, int i, string arg1) |
static internal void | vtkSpiderPlotActor_SetAxisRange_33 (HandleRef pThis, int i, double min, double max) |
static internal void | vtkSpiderPlotActor_SetAxisRange_34 (HandleRef pThis, int i, IntPtr range) |
static internal void | vtkSpiderPlotActor_SetIndependentVariables_35 (HandleRef pThis, int _arg) |
static internal void | vtkSpiderPlotActor_SetIndependentVariablesToColumns_36 (HandleRef pThis) |
static internal void | vtkSpiderPlotActor_SetIndependentVariablesToRows_37 (HandleRef pThis) |
static internal void | vtkSpiderPlotActor_SetInput_38 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkSpiderPlotActor_SetLabelTextProperty_39 (HandleRef pThis, HandleRef p) |
static internal void | vtkSpiderPlotActor_SetLabelVisibility_40 (HandleRef pThis, int _arg) |
static internal void | vtkSpiderPlotActor_SetLegendVisibility_41 (HandleRef pThis, int _arg) |
static internal void | vtkSpiderPlotActor_SetNumberOfRings_42 (HandleRef pThis, int _arg) |
static internal void | vtkSpiderPlotActor_SetPlotColor_43 (HandleRef pThis, int i, double r, double g, double b) |
static internal void | vtkSpiderPlotActor_SetPlotColor_44 (HandleRef pThis, int i, IntPtr color) |
static internal void | vtkSpiderPlotActor_SetTitle_45 (HandleRef pThis, string _arg) |
static internal void | vtkSpiderPlotActor_SetTitleTextProperty_46 (HandleRef pThis, HandleRef p) |
static internal void | vtkSpiderPlotActor_SetTitleVisibility_47 (HandleRef pThis, int _arg) |
static internal void | vtkSpiderPlotActor_TitleVisibilityOff_48 (HandleRef pThis) |
static internal void | vtkSpiderPlotActor_TitleVisibilityOn_49 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkSpiderPlotActor () |
Automatically generated type registration mechanics. |
vtkSpiderPlotActor - create a spider plot from input field
Description vtkSpiderPlotActor generates a spider plot from an input field (i.e., vtkDataObject). A spider plot represents N-dimensional data by using a set of N axes that originate from the center of a circle, and form the spokes of a wheel (like a spider web). Each N-dimensional point is plotted as a polyline that forms a closed polygon; the vertices of the polygon are plotted against the radial axes.
To use this class, you must specify an input data object. You'll probably also want to specify the position of the plot be setting the Position and Position2 instance variables, which define a rectangle in which the plot lies. Another important parameter is the IndependentVariables ivar, which tells the instance how to interpret the field data (independent variables as the rows or columns of the field). There are also many other instance variables that control the look of the plot includes its title and legend.
Set the text property/attributes of the title and the labels through the vtkTextProperty objects associated with these components.
static Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkSpiderPlotActor.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.vtkActor2D.
string Kitware.VTK.vtkSpiderPlotActor.GetAxisLabel | ( | int | i | ) |
Specify the names of the radial spokes (i.e., the radial axes). If not specified, then an integer number is automatically generated.
void Kitware.VTK.vtkSpiderPlotActor.GetAxisRange | ( | int | i, |
IntPtr | range | ||
) |
Specify the range of data on each radial axis. If not specified, then the range is computed automatically.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetIndependentVariables | ( | ) | [virtual] |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetIndependentVariablesMaxValue | ( | ) | [virtual] |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetIndependentVariablesMinValue | ( | ) | [virtual] |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual vtkDataObject Kitware.VTK.vtkSpiderPlotActor.GetInput | ( | ) | [virtual] |
Get the input data object to this actor.
virtual vtkTextProperty Kitware.VTK.vtkSpiderPlotActor.GetLabelTextProperty | ( | ) | [virtual] |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetLabelVisibility | ( | ) | [virtual] |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input.
virtual vtkLegendBoxActor Kitware.VTK.vtkSpiderPlotActor.GetLegendActor | ( | ) | [virtual] |
Retrieve handles to the legend box. This is useful if you would like to manually control the legend appearance.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetLegendVisibility | ( | ) | [virtual] |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetNumberOfRings | ( | ) | [virtual] |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetNumberOfRingsMaxValue | ( | ) | [virtual] |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetNumberOfRingsMinValue | ( | ) | [virtual] |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown.
IntPtr Kitware.VTK.vtkSpiderPlotActor.GetPlotColor | ( | int | i | ) |
Specify colors for each plot. If not specified, they are automatically generated.
virtual string Kitware.VTK.vtkSpiderPlotActor.GetTitle | ( | ) | [virtual] |
Set/Get the title of the spider plot.
virtual vtkTextProperty Kitware.VTK.vtkSpiderPlotActor.GetTitleTextProperty | ( | ) | [virtual] |
Set/Get the title text property.
virtual int Kitware.VTK.vtkSpiderPlotActor.GetTitleVisibility | ( | ) | [virtual] |
Enable/Disable the display of a plot title.
override int Kitware.VTK.vtkSpiderPlotActor.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Does this prop have some translucent polygonal geometry?
Reimplemented from Kitware.VTK.vtkActor2D.
override int Kitware.VTK.vtkSpiderPlotActor.IsA | ( | string | type | ) | [virtual] |
Standard methods for type information and printing.
Reimplemented from Kitware.VTK.vtkActor2D.
static new int Kitware.VTK.vtkSpiderPlotActor.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for type information and printing.
Reimplemented from Kitware.VTK.vtkActor2D.
virtual void Kitware.VTK.vtkSpiderPlotActor.LabelVisibilityOff | ( | ) | [virtual] |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input.
virtual void Kitware.VTK.vtkSpiderPlotActor.LabelVisibilityOn | ( | ) | [virtual] |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input.
virtual void Kitware.VTK.vtkSpiderPlotActor.LegendVisibilityOff | ( | ) | [virtual] |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual void Kitware.VTK.vtkSpiderPlotActor.LegendVisibilityOn | ( | ) | [virtual] |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
static new vtkSpiderPlotActor Kitware.VTK.vtkSpiderPlotActor.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkActor2D.
Standard methods for type information and printing.
Reimplemented from Kitware.VTK.vtkActor2D.
override void Kitware.VTK.vtkSpiderPlotActor.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
Reimplemented from Kitware.VTK.vtkActor2D.
override int Kitware.VTK.vtkSpiderPlotActor.RenderOpaqueGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
Draw the spider plot.
Reimplemented from Kitware.VTK.vtkActor2D.
override int Kitware.VTK.vtkSpiderPlotActor.RenderOverlay | ( | vtkViewport | arg0 | ) | [virtual] |
Draw the spider plot.
Reimplemented from Kitware.VTK.vtkActor2D.
override int Kitware.VTK.vtkSpiderPlotActor.RenderTranslucentPolygonalGeometry | ( | vtkViewport | arg0 | ) | [virtual] |
Draw the spider plot.
Reimplemented from Kitware.VTK.vtkActor2D.
static new vtkSpiderPlotActor Kitware.VTK.vtkSpiderPlotActor.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for type information and printing.
Reimplemented from Kitware.VTK.vtkActor2D.
void Kitware.VTK.vtkSpiderPlotActor.SetAxisLabel | ( | int | i, |
string | arg1 | ||
) |
Specify the names of the radial spokes (i.e., the radial axes). If not specified, then an integer number is automatically generated.
void Kitware.VTK.vtkSpiderPlotActor.SetAxisRange | ( | int | i, |
double | min, | ||
double | max | ||
) |
Specify the range of data on each radial axis. If not specified, then the range is computed automatically.
void Kitware.VTK.vtkSpiderPlotActor.SetAxisRange | ( | int | i, |
IntPtr | range | ||
) |
Specify the range of data on each radial axis. If not specified, then the range is computed automatically.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetIndependentVariables | ( | int | _arg | ) | [virtual] |
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
Specify whether to use the rows or columns as independent variables. If columns, then each row represents a separate point. If rows, then each column represents a separate point.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetInput | ( | vtkDataObject | arg0 | ) | [virtual] |
Set the input to the spider plot actor.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetLabelTextProperty | ( | vtkTextProperty | p | ) | [virtual] |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetLabelVisibility | ( | int | _arg | ) | [virtual] |
Enable/Disable the display axes titles. These are arranged on the end of each radial axis on the circumference of the spider plot. The label text strings are derived from the names of the data object arrays associated with the input.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetLegendVisibility | ( | int | _arg | ) | [virtual] |
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetNumberOfRings | ( | int | _arg | ) | [virtual] |
Specify the number of circumferential rings. If set to zero, then none will be shown; othewise the specified number will be shown.
void Kitware.VTK.vtkSpiderPlotActor.SetPlotColor | ( | int | i, |
double | r, | ||
double | g, | ||
double | b | ||
) |
Specify colors for each plot. If not specified, they are automatically generated.
void Kitware.VTK.vtkSpiderPlotActor.SetPlotColor | ( | int | i, |
IntPtr | color | ||
) |
Specify colors for each plot. If not specified, they are automatically generated.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetTitle | ( | string | _arg | ) | [virtual] |
Set/Get the title of the spider plot.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetTitleTextProperty | ( | vtkTextProperty | p | ) | [virtual] |
Set/Get the title text property.
virtual void Kitware.VTK.vtkSpiderPlotActor.SetTitleVisibility | ( | int | _arg | ) | [virtual] |
Enable/Disable the display of a plot title.
virtual void Kitware.VTK.vtkSpiderPlotActor.TitleVisibilityOff | ( | ) | [virtual] |
Enable/Disable the display of a plot title.
virtual void Kitware.VTK.vtkSpiderPlotActor.TitleVisibilityOn | ( | ) | [virtual] |
Enable/Disable the display of a plot title.
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetAxisLabel_01 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetAxisRange_02 | ( | HandleRef | pThis, |
int | i, | ||
IntPtr | range | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetIndependentVariables_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetIndependentVariablesMaxValue_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetIndependentVariablesMinValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetInput_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetLabelTextProperty_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetLabelVisibility_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetLegendActor_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetLegendVisibility_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetNumberOfRings_11 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetNumberOfRingsMaxValue_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetNumberOfRingsMinValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetPlotColor_14 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetTitle_15 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetTitleTextProperty_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_GetTitleVisibility_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_HasTranslucentPolygonalGeometry_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_IsA_19 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_IsTypeOf_20 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_LabelVisibilityOff_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_LabelVisibilityOn_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_LegendVisibilityOff_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_LegendVisibilityOn_24 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_NewInstance_26 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_ReleaseGraphicsResources_27 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_RenderOpaqueGeometry_28 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_RenderOverlay_29 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_RenderTranslucentPolygonalGeometry_30 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SafeDownCast_31 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetAxisLabel_32 | ( | HandleRef | pThis, |
int | i, | ||
string | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetAxisRange_33 | ( | HandleRef | pThis, |
int | i, | ||
double | min, | ||
double | max | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetAxisRange_34 | ( | HandleRef | pThis, |
int | i, | ||
IntPtr | range | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetIndependentVariables_35 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetIndependentVariablesToColumns_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetIndependentVariablesToRows_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetInput_38 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetLabelTextProperty_39 | ( | HandleRef | pThis, |
HandleRef | p | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetLabelVisibility_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetLegendVisibility_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetNumberOfRings_42 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetPlotColor_43 | ( | HandleRef | pThis, |
int | i, | ||
double | r, | ||
double | g, | ||
double | b | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetPlotColor_44 | ( | HandleRef | pThis, |
int | i, | ||
IntPtr | color | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetTitle_45 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetTitleTextProperty_46 | ( | HandleRef | pThis, |
HandleRef | p | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_SetTitleVisibility_47 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_TitleVisibilityOff_48 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpiderPlotActor.vtkSpiderPlotActor_TitleVisibilityOn_49 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkSpiderPlotActor.MRClassNameKey = "18vtkSpiderPlotActor" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkActor2D.
new const string Kitware.VTK.vtkSpiderPlotActor.MRFullTypeName = "Kitware.VTK.vtkSpiderPlotActor" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkActor2D.