Version: 6.3.1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions

VISU_XYPlotActor Class Reference

#include <VISU_XYPlotActor.hxx>

Inheritance diagram for VISU_XYPlotActor:
Inheritance graph

Public Member Functions

 vtkTypeRevisionMacro (VISU_XYPlotActor, vtkActor2D)
 VTK type revision macros.
void PrintSelf (ostream &os, vtkIndent indent)
void AddInput (vtkDataSet *in, const char *arrayName, int component)
void AddInput (vtkDataSet *in)
void RemoveInput (vtkDataSet *in, const char *arrayName, int component)
void RemoveInput (vtkDataSet *in)
void RemoveAllInputs ()
vtkDataSetCollection * GetInputList ()
void SetPointComponent (int i, int comp)
int GetPointComponent (int i)
 vtkSetClampMacro (XValues, int, VTK_XYPLOT_INDEX, VTK_XYPLOT_VALUE)
 vtkGetMacro (XValues, int)
void SetXValuesToIndex ()
void SetXValuesToArcLength ()
void SetXValuesToNormalizedArcLength ()
void SetXValuesToValue ()
const char * GetXValuesAsString ()
void AddDataObjectInput (vtkDataObject *in)
void RemoveDataObjectInput (vtkDataObject *in)
vtkDataObjectCollection * GetDataObjectInputList ()
 vtkSetClampMacro (DataObjectPlotMode, int, VTK_XYPLOT_ROW, VTK_XYPLOT_COLUMN)
 vtkGetMacro (DataObjectPlotMode, int)
void SetDataObjectPlotModeToRows ()
void SetDataObjectPlotModeToColumns ()
const char * GetDataObjectPlotModeAsString ()
void SetDataObjectXComponent (int i, int comp)
int GetDataObjectXComponent (int i)
void SetDataObjectYComponent (int i, int comp)
int GetDataObjectYComponent (int i)
void SetPlotColor (int i, double r, double g, double b)
void SetPlotColor (int i, const double color[3])
double * GetPlotColor (int i)
void SetPlotSymbol (int i, vtkPolyData *input)
vtkPolyData * GetPlotSymbol (int i)
void SetPlotLabel (int i, const char *label)
const char * GetPlotLabel (int i)
 vtkGetMacro (PlotCurvePoints, int)
 vtkSetMacro (PlotCurvePoints, int)
 vtkBooleanMacro (PlotCurvePoints, int)
 vtkGetMacro (PlotCurveLines, int)
 vtkSetMacro (PlotCurveLines, int)
 vtkBooleanMacro (PlotCurveLines, int)
void SetPlotLines (int i, int)
int GetPlotLines (int i)
void SetPlotPoints (int i, int)
int GetPlotPoints (int i)
 vtkSetMacro (ExchangeAxes, int)
 vtkGetMacro (ExchangeAxes, int)
 vtkBooleanMacro (ExchangeAxes, int)
 vtkSetMacro (ReverseXAxis, int)
 vtkGetMacro (ReverseXAxis, int)
 vtkBooleanMacro (ReverseXAxis, int)
 vtkSetMacro (ReverseYAxis, int)
 vtkGetMacro (ReverseYAxis, int)
 vtkBooleanMacro (ReverseYAxis, int)
 vtkGetObjectMacro (LegendActor, vtkLegendBoxActor)
 vtkGetObjectMacro (GlyphSource, vtkGlyphSource2D)
 vtkSetStringMacro (Title)
 vtkGetStringMacro (Title)
 vtkSetStringMacro (XTitle)
 vtkGetStringMacro (XTitle)
 vtkSetStringMacro (YTitle)
 vtkGetStringMacro (YTitle)
vtkAxisActor2D * GetXAxisActor2D ()
vtkAxisActor2D * GetYAxisActor2D ()
 vtkSetVector2Macro (XRange, double)
 vtkGetVectorMacro (XRange, double, 2)
 vtkSetVector2Macro (YRange, double)
 vtkGetVectorMacro (YRange, double, 2)
void SetPlotRange (double xmin, double ymin, double xmax, double ymax)
 vtkSetClampMacro (NumberOfXLabels, int, 0, 50)
 vtkGetMacro (NumberOfXLabels, int)
 vtkSetClampMacro (NumberOfYLabels, int, 0, 50)
 vtkGetMacro (NumberOfYLabels, int)
void SetNumberOfLabels (int num)
 vtkSetMacro (Legend, int)
 vtkGetMacro (Legend, int)
 vtkBooleanMacro (Legend, int)
 vtkSetVector2Macro (LegendPosition, double)
 vtkGetVector2Macro (LegendPosition, double)
 vtkSetVector2Macro (LegendPosition2, double)
 vtkGetVector2Macro (LegendPosition2, double)
virtual void SetTitleTextProperty (vtkTextProperty *p)
 vtkGetObjectMacro (TitleTextProperty, vtkTextProperty)
virtual void SetAxisTitleTextProperty (vtkTextProperty *p)
 vtkGetObjectMacro (AxisTitleTextProperty, vtkTextProperty)
virtual void SetAxisLabelTextProperty (vtkTextProperty *p)
 vtkGetObjectMacro (AxisLabelTextProperty, vtkTextProperty)
 vtkSetMacro (Logx, int)
 vtkGetMacro (Logx, int)
 vtkBooleanMacro (Logx, int)
virtual void SetLabelFormat (const char *_arg)
 vtkGetStringMacro (LabelFormat)
 vtkSetClampMacro (Border, int, 0, 50)
 vtkGetMacro (Border, int)
 vtkGetMacro (PlotPoints, int)
 vtkSetMacro (PlotPoints, int)
 vtkBooleanMacro (PlotPoints, int)
 vtkGetMacro (PlotLines, int)
 vtkSetMacro (PlotLines, int)
 vtkBooleanMacro (PlotLines, int)
 vtkGetMacro (PlotLocation, VISU_XYPlotLocation)
 vtkSetMacro (PlotLocation, VISU_XYPlotLocation)
 vtkSetClampMacro (GlyphSize, double, 0.0, 0.2)
 vtkGetMacro (GlyphSize, double)
void ViewportToPlotCoordinate (vtkViewport *viewport, double &u, double &v)
void ViewportToPlotCoordinate (vtkViewport *viewport)
 vtkSetVector2Macro (PlotCoordinate, double)
 vtkGetVector2Macro (PlotCoordinate, double)
void PlotToViewportCoordinate (vtkViewport *viewport, double &u, double &v)
void PlotToViewportCoordinate (vtkViewport *viewport)
 vtkSetVector2Macro (ViewportCoordinate, double)
 vtkGetVector2Macro (ViewportCoordinate, double)
int IsInPlot (vtkViewport *viewport, double u, double v)
unsigned long GetMTime ()
void PrintAsCSV (ostream &os)
int RenderOpaqueGeometry (vtkViewport *)
int RenderOverlay (vtkViewport *)
int RenderTranslucentGeometry (vtkViewport *)
void ReleaseGraphicsResources (vtkWindow *)

Static Public Member Functions

static VISU_XYPlotActorNew ()

Protected Member Functions

 VISU_XYPlotActor ()
 ~VISU_XYPlotActor ()
void InitializeEntries ()
void ComputeXRange (double range[2], double *lengths)
void ComputeYRange (double range[2])
void ComputeDORange (double xrange[2], double yrange[2], double *lengths)
virtual void CreatePlotData (int *pos, int *pos2, double xRange[2], double yRange[2], double *norms, int numDS, int numDO)
void PlaceAxes (vtkViewport *viewport, int *size, int pos[2], int pos2[2])
void GenerateClipPlanes (int *pos, int *pos2)
double ComputeGlyphScale (int i, int *pos, int *pos2)
void ClipPlotData (int *pos, int *pos2, vtkPolyData *pd)
double * TransformPoint (int pos[2], int pos2[2], double x[3], double xNew[3])

Protected Attributes

vtkDataSetCollection * InputList
char ** SelectedInputScalars
vtkIntArray * SelectedInputScalarsComponent
vtkDataObjectCollection * DataObjectInputList
char * Title
char * XTitle
char * YTitle
int XValues
int NumberOfXLabels
int NumberOfYLabels
int Logx
char * LabelFormat
double XRange [2]
double YRange [2]
double XComputedRange [2]
double YComputedRange [2]
int Border
int PlotLines
int PlotPoints
int PlotCurveLines
int PlotCurvePoints
int ExchangeAxes
int ReverseXAxis
int ReverseYAxis
vtkTextMapper * TitleMapper
vtkActor2DTitleActor
vtkTextProperty * TitleTextProperty
vtkAxisActor2D * XAxis
vtkAxisActor2D * YAxis
vtkTextProperty * AxisTitleTextProperty
vtkTextProperty * AxisLabelTextProperty
double ViewportCoordinate [2]
double PlotCoordinate [2]
int DataObjectPlotMode
vtkIntArray * XComponent
vtkIntArray * YComponent
vtkIntArray * LinesOn
vtkIntArray * PointsOn
int NumberOfInputs
vtkPolyData ** PlotData
vtkGlyph2D ** PlotGlyph
vtkAppendPolyData ** PlotAppend
vtkTransformPolyDataFilter ** PlotTransform
vtkPolyDataMapper2D ** PlotMapper
vtkActor2D ** PlotActor
int Legend
double LegendPosition [2]
double LegendPosition2 [2]
vtkLegendBoxActor * LegendActor
vtkGlyphSource2D * GlyphSource
vtkPlanes * ClipPlanes
double GlyphSize
VISU_XYPlotLocation PlotLocation
int CachedSize [2]
vtkTimeStamp BuildTime

Private Member Functions

 VISU_XYPlotActor (const VISU_XYPlotActor &)
void operator= (const VISU_XYPlotActor &)

Constructor & Destructor Documentation

VISU_XYPlotActor::VISU_XYPlotActor ( ) [protected]
VISU_XYPlotActor::~VISU_XYPlotActor ( ) [protected]
VISU_XYPlotActor.VISU_XYPlotActor ( const VISU_XYPlotActor ) [private]

Member Function Documentation

VISU_AppendPolyData::vtkTypeRevisionMacro ( VISU_XYPlotActor  ,
vtkActor2D   
)
void VISU_XYPlotActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

References VTK_ORIENT_HORIZONTAL.

static VISU_XYPlotActor* VISU_XYPlotActor.New ( ) [static]
void VISU_XYPlotActor::AddInput ( vtkDataSet *  in,
const char *  arrayName,
int  component 
)
void VISU_XYPlotActor.AddInput ( vtkDataSet *  in)

References AddInput().

void VISU_XYPlotActor::RemoveInput ( vtkDataSet *  in,
const char *  arrayName,
int  component 
)
void VISU_XYPlotActor.RemoveInput ( vtkDataSet *  in)

References RemoveInput().

void VISU_XYPlotActor::RemoveAllInputs ( )
vtkDataSetCollection* VISU_XYPlotActor.GetInputList ( )
void VISU_XYPlotActor::SetPointComponent ( int  i,
int  comp 
)

References VTK_MAX_PLOTS.

int VISU_XYPlotActor::GetPointComponent ( int  i)

References VTK_MAX_PLOTS.

VISU_XYPlotActor.vtkSetClampMacro ( XValues  ,
int  ,
VTK_XYPLOT_INDEX  ,
VTK_XYPLOT_VALUE   
)
VISU_XYPlotActor.vtkGetMacro ( XValues  ,
int   
)
void VISU_XYPlotActor.SetXValuesToIndex ( )

References VTK_XYPLOT_INDEX.

void VISU_XYPlotActor.SetXValuesToArcLength ( )

References VTK_XYPLOT_ARC_LENGTH.

void VISU_XYPlotActor.SetXValuesToNormalizedArcLength ( )
void VISU_XYPlotActor.SetXValuesToValue ( )

References VTK_XYPLOT_VALUE.

const char * VISU_XYPlotActor::GetXValuesAsString ( )
void VISU_XYPlotActor::AddDataObjectInput ( vtkDataObject *  in)
void VISU_XYPlotActor::RemoveDataObjectInput ( vtkDataObject *  in)
vtkDataObjectCollection* VISU_XYPlotActor.GetDataObjectInputList ( )
VISU_XYPlotActor.vtkSetClampMacro ( DataObjectPlotMode  ,
int  ,
VTK_XYPLOT_ROW  ,
VTK_XYPLOT_COLUMN   
)
VISU_XYPlotActor.vtkGetMacro ( DataObjectPlotMode  ,
int   
)
void VISU_XYPlotActor.SetDataObjectPlotModeToRows ( )

References VTK_XYPLOT_ROW.

void VISU_XYPlotActor.SetDataObjectPlotModeToColumns ( )

References VTK_XYPLOT_COLUMN.

const char * VISU_XYPlotActor::GetDataObjectPlotModeAsString ( )

References VTK_XYPLOT_ROW.

void VISU_XYPlotActor::SetDataObjectXComponent ( int  i,
int  comp 
)

References VTK_MAX_PLOTS.

int VISU_XYPlotActor::GetDataObjectXComponent ( int  i)

References VTK_MAX_PLOTS.

void VISU_XYPlotActor::SetDataObjectYComponent ( int  i,
int  comp 
)

References VTK_MAX_PLOTS.

int VISU_XYPlotActor::GetDataObjectYComponent ( int  i)

References VTK_MAX_PLOTS.

void VISU_XYPlotActor::SetPlotColor ( int  i,
double  r,
double  g,
double  b 
)
void VISU_XYPlotActor.SetPlotColor ( int  i,
const double  color[3] 
)
double * VISU_XYPlotActor::GetPlotColor ( int  i)
void VISU_XYPlotActor::SetPlotSymbol ( int  i,
vtkPolyData *  input 
)
vtkPolyData * VISU_XYPlotActor::GetPlotSymbol ( int  i)
void VISU_XYPlotActor::SetPlotLabel ( int  i,
const char *  label 
)
const char * VISU_XYPlotActor::GetPlotLabel ( int  i)
VISU_XYPlotActor.vtkGetMacro ( PlotCurvePoints  ,
int   
)
VISU_XYPlotActor.vtkSetMacro ( PlotCurvePoints  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( PlotCurvePoints  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( PlotCurveLines  ,
int   
)
VISU_XYPlotActor.vtkSetMacro ( PlotCurveLines  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( PlotCurveLines  ,
int   
)
void VISU_XYPlotActor::SetPlotLines ( int  i,
int  isOn 
)

References VTK_MAX_PLOTS.

int VISU_XYPlotActor::GetPlotLines ( int  i)

References VTK_MAX_PLOTS.

void VISU_XYPlotActor::SetPlotPoints ( int  i,
int  isOn 
)

References VTK_MAX_PLOTS.

int VISU_XYPlotActor::GetPlotPoints ( int  i)

References VTK_MAX_PLOTS.

VISU_XYPlotActor.vtkSetMacro ( ExchangeAxes  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( ExchangeAxes  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( ExchangeAxes  ,
int   
)
VISU_XYPlotActor.vtkSetMacro ( ReverseXAxis  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( ReverseXAxis  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( ReverseXAxis  ,
int   
)
VISU_XYPlotActor.vtkSetMacro ( ReverseYAxis  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( ReverseYAxis  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( ReverseYAxis  ,
int   
)
VISU_XYPlotActor.vtkGetObjectMacro ( LegendActor  ,
vtkLegendBoxActor   
)
VISU_XYPlotActor.vtkGetObjectMacro ( GlyphSource  ,
vtkGlyphSource2D   
)
VISU_XYPlotActor.vtkSetStringMacro ( Title  )
VISU_XYPlotActor.vtkGetStringMacro ( Title  )
VISU_XYPlotActor.vtkSetStringMacro ( XTitle  )
VISU_XYPlotActor.vtkGetStringMacro ( XTitle  )
VISU_XYPlotActor.vtkSetStringMacro ( YTitle  )
VISU_XYPlotActor.vtkGetStringMacro ( YTitle  )
vtkAxisActor2D* VISU_XYPlotActor.GetXAxisActor2D ( )
vtkAxisActor2D* VISU_XYPlotActor.GetYAxisActor2D ( )
VISU_XYPlotActor.vtkSetVector2Macro ( XRange  ,
double   
)
VISU_XYPlotActor.vtkGetVectorMacro ( XRange  ,
double  ,
 
)
VISU_XYPlotActor.vtkSetVector2Macro ( YRange  ,
double   
)
VISU_XYPlotActor.vtkGetVectorMacro ( YRange  ,
double  ,
 
)
void VISU_XYPlotActor.SetPlotRange ( double  xmin,
double  ymin,
double  xmax,
double  ymax 
)
VISU_XYPlotActor.vtkSetClampMacro ( NumberOfXLabels  ,
int  ,
,
50   
)
VISU_XYPlotActor.vtkGetMacro ( NumberOfXLabels  ,
int   
)
VISU_XYPlotActor.vtkSetClampMacro ( NumberOfYLabels  ,
int  ,
,
50   
)
VISU_XYPlotActor.vtkGetMacro ( NumberOfYLabels  ,
int   
)
void VISU_XYPlotActor.SetNumberOfLabels ( int  num)
VISU_XYPlotActor.vtkSetMacro ( Legend  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( Legend  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( Legend  ,
int   
)
VISU_XYPlotActor.vtkSetVector2Macro ( LegendPosition  ,
double   
)
VISU_XYPlotActor.vtkGetVector2Macro ( LegendPosition  ,
double   
)
VISU_XYPlotActor.vtkSetVector2Macro ( LegendPosition2  ,
double   
)
VISU_XYPlotActor.vtkGetVector2Macro ( LegendPosition2  ,
double   
)
virtual void VISU_XYPlotActor.SetTitleTextProperty ( vtkTextProperty *  p) [virtual]
VISU_XYPlotActor.vtkGetObjectMacro ( TitleTextProperty  ,
vtkTextProperty   
)
virtual void VISU_XYPlotActor.SetAxisTitleTextProperty ( vtkTextProperty *  p) [virtual]
VISU_XYPlotActor.vtkGetObjectMacro ( AxisTitleTextProperty  ,
vtkTextProperty   
)
virtual void VISU_XYPlotActor.SetAxisLabelTextProperty ( vtkTextProperty *  p) [virtual]
VISU_XYPlotActor.vtkGetObjectMacro ( AxisLabelTextProperty  ,
vtkTextProperty   
)
VISU_XYPlotActor.vtkSetMacro ( Logx  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( Logx  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( Logx  ,
int   
)
void VISU_XYPlotActor::SetLabelFormat ( const char *  _arg) [virtual]
VISU_XYPlotActor.vtkGetStringMacro ( LabelFormat  )
VISU_XYPlotActor.vtkSetClampMacro ( Border  ,
int  ,
,
50   
)
VISU_XYPlotActor.vtkGetMacro ( Border  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( PlotPoints  ,
int   
)
VISU_XYPlotActor.vtkSetMacro ( PlotPoints  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( PlotPoints  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( PlotLines  ,
int   
)
VISU_XYPlotActor.vtkSetMacro ( PlotLines  ,
int   
)
VISU_XYPlotActor.vtkBooleanMacro ( PlotLines  ,
int   
)
VISU_XYPlotActor.vtkGetMacro ( PlotLocation  ,
VISU_XYPlotLocation   
)
VISU_XYPlotActor.vtkSetMacro ( PlotLocation  ,
VISU_XYPlotLocation   
)
VISU_XYPlotActor.vtkSetClampMacro ( GlyphSize  ,
double  ,
0.  0,
0.  2 
)
VISU_XYPlotActor.vtkGetMacro ( GlyphSize  ,
double   
)
void VISU_XYPlotActor::ViewportToPlotCoordinate ( vtkViewport *  viewport,
double &  u,
double &  v 
)
void VISU_XYPlotActor::ViewportToPlotCoordinate ( vtkViewport *  viewport)
VISU_XYPlotActor.vtkSetVector2Macro ( PlotCoordinate  ,
double   
)
VISU_XYPlotActor.vtkGetVector2Macro ( PlotCoordinate  ,
double   
)
void VISU_XYPlotActor::PlotToViewportCoordinate ( vtkViewport *  viewport,
double &  u,
double &  v 
)
void VISU_XYPlotActor::PlotToViewportCoordinate ( vtkViewport *  viewport)
VISU_XYPlotActor.vtkSetVector2Macro ( ViewportCoordinate  ,
double   
)
VISU_XYPlotActor.vtkGetVector2Macro ( ViewportCoordinate  ,
double   
)
int VISU_XYPlotActor::IsInPlot ( vtkViewport *  viewport,
double  u,
double  v 
)
unsigned long VISU_XYPlotActor::GetMTime ( )
void VISU_XYPlotActor::PrintAsCSV ( ostream &  os)
int VISU_XYPlotActor::RenderOpaqueGeometry ( vtkViewport *  viewport)
int VISU_XYPlotActor::RenderOverlay ( vtkViewport *  viewport)
int VISU_XYPlotActor.RenderTranslucentGeometry ( vtkViewport *  )
void VISU_XYPlotActor::ReleaseGraphicsResources ( vtkWindow *  win)
void VISU_XYPlotActor::InitializeEntries ( ) [protected]
void VISU_XYPlotActor::ComputeXRange ( double  range[2],
double *  lengths 
) [protected]
void VISU_XYPlotActor::ComputeYRange ( double  range[2]) [protected]
void VISU_XYPlotActor::ComputeDORange ( double  xrange[2],
double  yrange[2],
double *  lengths 
) [protected]
void VISU_XYPlotActor::CreatePlotData ( int *  pos,
int *  pos2,
double  xRange[2],
double  yRange[2],
double *  norms,
int  numDS,
int  numDO 
) [protected, virtual]
void VISU_XYPlotActor::PlaceAxes ( vtkViewport *  viewport,
int *  size,
int  pos[2],
int  pos2[2] 
) [protected]
void VISU_XYPlotActor::GenerateClipPlanes ( int *  pos,
int *  pos2 
) [protected]
double VISU_XYPlotActor::ComputeGlyphScale ( int  i,
int *  pos,
int *  pos2 
) [protected]
void VISU_XYPlotActor::ClipPlotData ( int *  pos,
int *  pos2,
vtkPolyData *  pd 
) [protected]
double * VISU_XYPlotActor::TransformPoint ( int  pos[2],
int  pos2[2],
double  x[3],
double  xNew[3] 
) [protected]
void VISU_XYPlotActor.operator= ( const VISU_XYPlotActor ) [private]

Field Documentation

vtkDataSetCollection* VISU_XYPlotActor.InputList [protected]
vtkDataObjectCollection* VISU_XYPlotActor.DataObjectInputList [protected]
char* VISU_XYPlotActor.Title [protected]
char* VISU_XYPlotActor.XTitle [protected]
char* VISU_XYPlotActor.YTitle [protected]
int VISU_XYPlotActor.XValues [protected]
int VISU_XYPlotActor.Logx [protected]
char* VISU_XYPlotActor.LabelFormat [protected]
double VISU_XYPlotActor.XRange[2] [protected]
double VISU_XYPlotActor.YRange[2] [protected]
double VISU_XYPlotActor.XComputedRange[2] [protected]
double VISU_XYPlotActor.YComputedRange[2] [protected]
int VISU_XYPlotActor.Border [protected]
int VISU_XYPlotActor.PlotLines [protected]
int VISU_XYPlotActor.PlotPoints [protected]
vtkTextMapper* VISU_XYPlotActor.TitleMapper [protected]
vtkTextProperty* VISU_XYPlotActor.TitleTextProperty [protected]
vtkAxisActor2D* VISU_XYPlotActor.XAxis [protected]
vtkAxisActor2D* VISU_XYPlotActor.YAxis [protected]
vtkTextProperty* VISU_XYPlotActor.AxisTitleTextProperty [protected]
vtkTextProperty* VISU_XYPlotActor.AxisLabelTextProperty [protected]
double VISU_XYPlotActor.ViewportCoordinate[2] [protected]
double VISU_XYPlotActor.PlotCoordinate[2] [protected]
vtkIntArray* VISU_XYPlotActor.XComponent [protected]
vtkIntArray* VISU_XYPlotActor.YComponent [protected]
vtkIntArray* VISU_XYPlotActor.LinesOn [protected]
vtkIntArray* VISU_XYPlotActor.PointsOn [protected]
vtkPolyData** VISU_XYPlotActor.PlotData [protected]
vtkGlyph2D** VISU_XYPlotActor.PlotGlyph [protected]
vtkTransformPolyDataFilter** VISU_XYPlotActor.PlotTransform [protected]
vtkPolyDataMapper2D** VISU_XYPlotActor.PlotMapper [protected]
int VISU_XYPlotActor.Legend [protected]
double VISU_XYPlotActor.LegendPosition[2] [protected]
double VISU_XYPlotActor.LegendPosition2[2] [protected]
vtkLegendBoxActor* VISU_XYPlotActor.LegendActor [protected]
vtkGlyphSource2D* VISU_XYPlotActor.GlyphSource [protected]
vtkPlanes* VISU_XYPlotActor.ClipPlanes [protected]
double VISU_XYPlotActor.GlyphSize [protected]
int VISU_XYPlotActor.CachedSize[2] [protected]
vtkTimeStamp VISU_XYPlotActor.BuildTime [protected]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS