ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVBagChartRepresentation Class Reference

vtkPVagChartRepresentation is the vtkChartRepresentation subclass for bag plots representation. More...

#include <vtkPVBagChartRepresentation.h>

Inheritance diagram for vtkPVBagChartRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVBagChartRepresentation:
Collaboration graph
[legend]

Public Types

typedef vtkChartRepresentation Superclass
 
- Public Types inherited from vtkChartRepresentation
typedef vtkPVDataRepresentation Superclass
 
- Public Types inherited from vtkPVDataRepresentation
typedef vtkDataRepresentation Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetVisibility (bool visible)
 Set visibility of the representation. More...
 
vtkChartXY * GetChart ()
 Provides access to the underlying VTK representation. More...
 
virtual void SetLineThickness (int)
 Set/get the line thickness for the plot. More...
 
virtual int GetLineThickness ()
 Set/get the line thickness for the plot. More...
 
virtual void SetLineStyle (int)
 Set/get the line style for the plot. More...
 
virtual int GetLineStyle ()
 Set/get the line style for the plot. More...
 
virtual void SetLineColor (double, double, double)
 Set/get the color to used for the points in the plot. More...
 
virtual void SetLineColor (double [3])
 Set/get the color to used for the points in the plot. More...
 
virtual double * GetLineColor ()
 Set/get the color to used for the points in the plot. More...
 
virtual void GetLineColor (double &, double &, double &)
 Set/get the color to used for the points in the plot. More...
 
virtual void GetLineColor (double [3])
 Set/get the color to used for the points in the plot. More...
 
void SetLookupTable (vtkScalarsToColors *lut)
 Set/get the color to used for the points in the plot. More...
 
virtual vtkScalarsToColors * GetLookupTable ()
 Set/get the color to used for the points in the plot. More...
 
virtual void SetBagColor (double, double, double)
 Set/get the color to used for the bag in the plot. More...
 
virtual void SetBagColor (double [3])
 Set/get the color to used for the bag in the plot. More...
 
virtual double * GetBagColor ()
 Set/get the color to used for the bag in the plot. More...
 
virtual void GetBagColor (double &, double &, double &)
 Set/get the color to used for the bag in the plot. More...
 
virtual void GetBagColor (double [3])
 Set/get the color to used for the bag in the plot. More...
 
virtual void SetSelectionColor (double, double, double)
 Set/get the color to used for the bag in the plot. More...
 
virtual void SetSelectionColor (double [3])
 Set/get the color to used for the bag in the plot. More...
 
virtual double * GetSelectionColor ()
 Set/get the color to used for the bag in the plot. More...
 
virtual void GetSelectionColor (double &, double &, double &)
 Set/get the color to used for the bag in the plot. More...
 
virtual void GetSelectionColor (double [3])
 Set/get the color to used for the bag in the plot. More...
 
virtual void SetOpacity (double)
 Set/get the opacity for the bag in the plot. More...
 
virtual double GetOpacity ()
 Set/get the opacity for the bag in the plot. More...
 
virtual void SetPointSize (int)
 Set/get the point size in the plot. More...
 
virtual int GetPointSize ()
 Set/get the point size in the plot. More...
 
virtual void SetPointColor (double, double, double)
 Set/get the color to used for the points in the plot. More...
 
virtual void SetPointColor (double [3])
 Set/get the color to used for the points in the plot. More...
 
virtual double * GetPointColor ()
 Set/get the color to used for the points in the plot. More...
 
virtual void GetPointColor (double &, double &, double &)
 Set/get the color to used for the points in the plot. More...
 
virtual void GetPointColor (double [3])
 Set/get the color to used for the points in the plot. More...
 
virtual void SetGridLineThickness (int)
 Set/get the line thickness for the plot. More...
 
virtual int GetGridLineThickness ()
 Set/get the line thickness for the plot. More...
 
virtual void SetGridLineStyle (int)
 Set/get the line style for the plot. More...
 
virtual int GetGridLineStyle ()
 Set/get the line style for the plot. More...
 
virtual void SetPUserColor (double, double, double)
 Set/get the color to used for the user defined quartile isoline in the plot. More...
 
virtual void SetPUserColor (double [3])
 Set/get the color to used for the user defined quartile isoline in the plot. More...
 
virtual double * GetPUserColor ()
 Set/get the color to used for the user defined quartile isoline in the plot. More...
 
virtual void GetPUserColor (double &, double &, double &)
 Set/get the color to used for the user defined quartile isoline in the plot. More...
 
virtual void GetPUserColor (double [3])
 Set/get the color to used for the user defined quartile isoline in the plot. More...
 
virtual void SetP50Color (double, double, double)
 Set/get the color to used for the P50 isoline in the plot. More...
 
virtual void SetP50Color (double [3])
 Set/get the color to used for the P50 isoline in the plot. More...
 
virtual double * GetP50Color ()
 Set/get the color to used for the P50 isoline in the plot. More...
 
virtual void GetP50Color (double &, double &, double &)
 Set/get the color to used for the P50 isoline in the plot. More...
 
virtual void GetP50Color (double [3])
 Set/get the color to used for the P50 isoline in the plot. More...
 
virtual void SetXAxisSeriesName (const char *)
 Set/get the series to use as the X-axis. More...
 
virtual char * GetXAxisSeriesName ()
 Set/get the series to use as the X-axis. More...
 
virtual void SetUseIndexForXAxis (bool)
 Set/get whether the index should be used for the x axis. More...
 
virtual bool GetUseIndexForXAxis ()
 Set/get whether the index should be used for the x axis. More...
 
virtual void SetDensitySeriesName (const char *)
 Set/get the series to use as the density. More...
 
virtual char * GetDensitySeriesName ()
 Set/get the series to use as the density. More...
 
virtual void SetYAxisSeriesName (const char *)
 Set/get the series to use as the Y-axis. More...
 
virtual char * GetYAxisSeriesName ()
 Set/get the series to use as the Y-axis. More...
 
- Public Member Functions inherited from vtkChartRepresentation
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetSelectionRepresentation (vtkChartSelectionRepresentation *)
 These must only be set during initialization before adding the representation to any views or calling Update(). More...
 
virtual void MarkModified ()
 This needs to be called on all instances of vtkGeometryRepresentation when the input is modified. More...
 
void SetCompositeDataSetIndex (unsigned int)
 
void AddCompositeDataSetIndex (unsigned int)
 
void ResetCompositeDataSetIndices ()
 
virtual unsigned int Initialize (unsigned int minIdAvailable, unsigned int maxIdAvailable)
 Override because of internal selection representations that need to be initialized as well. More...
 
virtual int ProcessViewRequest (vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
 vtkAlgorithm::ProcessRequest() equivalent for rendering passes. More...
 
virtual vtkStdString GetDefaultSeriesLabel (const vtkStdString &tableName, const vtkStdString &columnName)
 Method to provide the default name given the name of a table and a column in that table. More...
 
virtual bool MapSelectionToInput (vtkSelection *sel)
 This method is called on the client-side by the vtkPVContextView whenever a new selection is made on all the visible representations in that view. More...
 
virtual bool MapSelectionToView (vtkSelection *sel)
 This is the inverse of MapSelectionToInput(). More...
 
virtual bool Export (vtkCSVExporter *vtkNotUsed(exporter))
 Called by vtkPVContextView::Export() to export the representation's data to a CSV file. More...
 
void SetFieldAssociation (int)
 Set the field association for arrays to use. More...
 
virtual int GetFieldAssociation ()
 Set the field association for arrays to use. More...
 
virtual void SetFlattenTable (int)
 Flatten the table, i.e. More...
 
virtual int GetFlattenTable ()
 Flatten the table, i.e. More...
 
- Public Member Functions inherited from vtkPVDataRepresentation
void PrintSelf (ostream &os, vtkIndent indent)
 
unsigned int GetUniqueIdentifier ()
 Return 0 if the Initialize() method was not called otherwise a unique ID that will be shared across the processes for that same object. More...
 
virtual bool GetVisibility ()
 
virtual vtkDataObject * GetRenderedDataObject (int vtkNotUsed(port))
 Returns the data object that is rendered from the given input port. More...
 
virtual void SetForcedCacheKey (double val)
 Typically a representation decides whether to use cache based on the view's values for UseCache and CacheKey. More...
 
virtual void SetForceUseCache (bool val)
 
bool GetUsingCacheForUpdate ()
 Called by vtkPVDataRepresentationPipeline to see if using cache is valid and will be used for the update. More...
 
virtual bool GetNeedUpdate ()
 
virtual vtkAlgorithmOutput * GetInternalOutputPort ()
 Retrieves an output port for the input data object at the specified port and connection index. More...
 
virtual vtkAlgorithmOutput * GetInternalOutputPort (int port)
 
virtual vtkAlgorithmOutput * GetInternalOutputPort (int port, int conn)
 
vtkView * GetView () const
 Provides access to the view. More...
 
virtual void SetUpdateTime (double time)
 Set the update time. More...
 
virtual double GetUpdateTime ()
 Set the update time. More...
 
virtual bool GetUpdateTimeValid ()
 Set whether the UpdateTime is valid. More...
 
virtual void SetUseCache (bool)
 
virtual void SetCacheKey (double val)
 
virtual double GetCacheKey ()
 Returns whether caching is used and what key to use when caching is enabled. More...
 
virtual bool GetUseCache ()
 Returns whether caching is used and what key to use when caching is enabled. More...
 

Static Public Member Functions

static vtkPVBagChartRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVBagChartRepresentationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkChartRepresentation
static vtkChartRepresentationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkChartRepresentationSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPVDataRepresentation
static int IsTypeOf (const char *type)
 
static vtkPVDataRepresentationSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVBagChartRepresentation ()
 
 ~vtkPVBagChartRepresentation ()
 
virtual void PrepareForRendering ()
 Overridden to pass information about changes to series visibility etc. More...
 
void SetPolyLineToTable (vtkPolyData *polydata, vtkTable *table)
 
virtual bool AddToView (vtkView *view)
 Adds the representation to the view. More...
 
virtual bool RemoveFromView (vtkView *view)
 Removes the representation to the view. More...
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 Subclasses should override this to connect inputs to the internal pipeline as necessary. More...
 
- Protected Member Functions inherited from vtkChartRepresentation
 vtkChartRepresentation ()
 
 ~vtkChartRepresentation ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 Fill input port information. More...
 
virtual bool IsCached (double cache_key)
 Overridden to check with the vtkPVCacheKeeper to see if the key is cached. More...
 
vtkTable * GetLocalOutput ()
 Convenience method to get the first vtkTable from LocalOutput, if any. More...
 
virtual vtkDataObject * TransformInputData (vtkInformationVector **inputVector, vtkDataObject *data)
 Method to be overrided to transform input data to a vtkTable. More...
 
bool GetLocalOutput (MapOfTables &tables)
 Convenience method to get all vtkTable instances with their associated names. More...
 
- Protected Member Functions inherited from vtkPVDataRepresentation
 vtkPVDataRepresentation ()
 
 ~vtkPVDataRepresentation ()
 
virtual vtkExecutive * CreateDefaultExecutive ()
 Create a default executive. More...
 
virtual int RequestUpdateExtent (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestUpdateTime (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Additional Inherited Members

- Protected Types inherited from vtkChartRepresentation
typedef std::map< std::string, vtkSmartPointer< vtkTable > > MapOfTables
 
- Protected Attributes inherited from vtkChartRepresentation
int FieldAssociation
 
vtkPVCacheKeeperCacheKeeper
 
vtkWeakPointer< vtkPVContextViewContextView
 
bool EnableServerSideRendering
 
int FlattenTable
 
vtkSmartPointer< vtkMultiBlockDataSet > LocalOutput
 
std::set< unsigned int > CompositeIndices
 
vtkWeakPointer< vtkChartSelectionRepresentationSelectionRepresentation
 
- Protected Attributes inherited from vtkPVDataRepresentation
double UpdateTime
 
bool UpdateTimeValid
 
unsigned int UniqueIdentifier
 

Detailed Description

vtkPVagChartRepresentation is the vtkChartRepresentation subclass for bag plots representation.

It exposes API from underlying vtkXYChart and vtkPlotBag.

Definition at line 32 of file vtkPVBagChartRepresentation.h.

Member Typedef Documentation

§ Superclass

Definition at line 37 of file vtkPVBagChartRepresentation.h.

Constructor & Destructor Documentation

§ vtkPVBagChartRepresentation()

vtkPVBagChartRepresentation::vtkPVBagChartRepresentation ( )
protected

§ ~vtkPVBagChartRepresentation()

vtkPVBagChartRepresentation::~vtkPVBagChartRepresentation ( )
protected

Member Function Documentation

§ New()

static vtkPVBagChartRepresentation* vtkPVBagChartRepresentation::New ( )
static

§ GetClassName()

virtual const char* vtkPVBagChartRepresentation::GetClassName ( )
virtual

Reimplemented from vtkChartRepresentation.

§ IsTypeOf()

static int vtkPVBagChartRepresentation::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVBagChartRepresentation::IsA ( const char *  type)
virtual

Reimplemented from vtkChartRepresentation.

§ SafeDownCast()

static vtkPVBagChartRepresentation* vtkPVBagChartRepresentation::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVBagChartRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ SetVisibility()

virtual void vtkPVBagChartRepresentation::SetVisibility ( bool  visible)
virtual

Set visibility of the representation.

Reimplemented from vtkChartRepresentation.

§ GetChart()

vtkChartXY* vtkPVBagChartRepresentation::GetChart ( )

Provides access to the underlying VTK representation.

§ SetLineThickness()

virtual void vtkPVBagChartRepresentation::SetLineThickness ( int  )
virtual

Set/get the line thickness for the plot.

§ GetLineThickness()

virtual int vtkPVBagChartRepresentation::GetLineThickness ( )
virtual

Set/get the line thickness for the plot.

§ SetLineStyle()

virtual void vtkPVBagChartRepresentation::SetLineStyle ( int  )
virtual

Set/get the line style for the plot.

§ GetLineStyle()

virtual int vtkPVBagChartRepresentation::GetLineStyle ( )
virtual

Set/get the line style for the plot.

§ SetLineColor() [1/2]

virtual void vtkPVBagChartRepresentation::SetLineColor ( double  ,
double  ,
double   
)
virtual

Set/get the color to used for the points in the plot.

§ SetLineColor() [2/2]

virtual void vtkPVBagChartRepresentation::SetLineColor ( double  [3])
virtual

Set/get the color to used for the points in the plot.

§ GetLineColor() [1/3]

virtual double* vtkPVBagChartRepresentation::GetLineColor ( )
virtual

Set/get the color to used for the points in the plot.

§ GetLineColor() [2/3]

virtual void vtkPVBagChartRepresentation::GetLineColor ( double &  ,
double &  ,
double &   
)
virtual

Set/get the color to used for the points in the plot.

§ GetLineColor() [3/3]

virtual void vtkPVBagChartRepresentation::GetLineColor ( double  [3])
virtual

Set/get the color to used for the points in the plot.

§ SetLookupTable()

void vtkPVBagChartRepresentation::SetLookupTable ( vtkScalarsToColors *  lut)

Set/get the color to used for the points in the plot.

§ GetLookupTable()

virtual vtkScalarsToColors* vtkPVBagChartRepresentation::GetLookupTable ( )
virtual

Set/get the color to used for the points in the plot.

§ SetBagColor() [1/2]

virtual void vtkPVBagChartRepresentation::SetBagColor ( double  ,
double  ,
double   
)
virtual

Set/get the color to used for the bag in the plot.

§ SetBagColor() [2/2]

virtual void vtkPVBagChartRepresentation::SetBagColor ( double  [3])
virtual

Set/get the color to used for the bag in the plot.

§ GetBagColor() [1/3]

virtual double* vtkPVBagChartRepresentation::GetBagColor ( )
virtual

Set/get the color to used for the bag in the plot.

§ GetBagColor() [2/3]

virtual void vtkPVBagChartRepresentation::GetBagColor ( double &  ,
double &  ,
double &   
)
virtual

Set/get the color to used for the bag in the plot.

§ GetBagColor() [3/3]

virtual void vtkPVBagChartRepresentation::GetBagColor ( double  [3])
virtual

Set/get the color to used for the bag in the plot.

§ SetSelectionColor() [1/2]

virtual void vtkPVBagChartRepresentation::SetSelectionColor ( double  ,
double  ,
double   
)
virtual

Set/get the color to used for the bag in the plot.

§ SetSelectionColor() [2/2]

virtual void vtkPVBagChartRepresentation::SetSelectionColor ( double  [3])
virtual

Set/get the color to used for the bag in the plot.

§ GetSelectionColor() [1/3]

virtual double* vtkPVBagChartRepresentation::GetSelectionColor ( )
virtual

Set/get the color to used for the bag in the plot.

§ GetSelectionColor() [2/3]

virtual void vtkPVBagChartRepresentation::GetSelectionColor ( double &  ,
double &  ,
double &   
)
virtual

Set/get the color to used for the bag in the plot.

§ GetSelectionColor() [3/3]

virtual void vtkPVBagChartRepresentation::GetSelectionColor ( double  [3])
virtual

Set/get the color to used for the bag in the plot.

§ SetOpacity()

virtual void vtkPVBagChartRepresentation::SetOpacity ( double  )
virtual

Set/get the opacity for the bag in the plot.

§ GetOpacity()

virtual double vtkPVBagChartRepresentation::GetOpacity ( )
virtual

Set/get the opacity for the bag in the plot.

§ SetPointSize()

virtual void vtkPVBagChartRepresentation::SetPointSize ( int  )
virtual

Set/get the point size in the plot.

§ GetPointSize()

virtual int vtkPVBagChartRepresentation::GetPointSize ( )
virtual

Set/get the point size in the plot.

§ SetPointColor() [1/2]

virtual void vtkPVBagChartRepresentation::SetPointColor ( double  ,
double  ,
double   
)
virtual

Set/get the color to used for the points in the plot.

§ SetPointColor() [2/2]

virtual void vtkPVBagChartRepresentation::SetPointColor ( double  [3])
virtual

Set/get the color to used for the points in the plot.

§ GetPointColor() [1/3]

virtual double* vtkPVBagChartRepresentation::GetPointColor ( )
virtual

Set/get the color to used for the points in the plot.

§ GetPointColor() [2/3]

virtual void vtkPVBagChartRepresentation::GetPointColor ( double &  ,
double &  ,
double &   
)
virtual

Set/get the color to used for the points in the plot.

§ GetPointColor() [3/3]

virtual void vtkPVBagChartRepresentation::GetPointColor ( double  [3])
virtual

Set/get the color to used for the points in the plot.

§ SetGridLineThickness()

virtual void vtkPVBagChartRepresentation::SetGridLineThickness ( int  )
virtual

Set/get the line thickness for the plot.

§ GetGridLineThickness()

virtual int vtkPVBagChartRepresentation::GetGridLineThickness ( )
virtual

Set/get the line thickness for the plot.

§ SetGridLineStyle()

virtual void vtkPVBagChartRepresentation::SetGridLineStyle ( int  )
virtual

Set/get the line style for the plot.

§ GetGridLineStyle()

virtual int vtkPVBagChartRepresentation::GetGridLineStyle ( )
virtual

Set/get the line style for the plot.

§ SetPUserColor() [1/2]

virtual void vtkPVBagChartRepresentation::SetPUserColor ( double  ,
double  ,
double   
)
virtual

Set/get the color to used for the user defined quartile isoline in the plot.

§ SetPUserColor() [2/2]

virtual void vtkPVBagChartRepresentation::SetPUserColor ( double  [3])
virtual

Set/get the color to used for the user defined quartile isoline in the plot.

§ GetPUserColor() [1/3]

virtual double* vtkPVBagChartRepresentation::GetPUserColor ( )
virtual

Set/get the color to used for the user defined quartile isoline in the plot.

§ GetPUserColor() [2/3]

virtual void vtkPVBagChartRepresentation::GetPUserColor ( double &  ,
double &  ,
double &   
)
virtual

Set/get the color to used for the user defined quartile isoline in the plot.

§ GetPUserColor() [3/3]

virtual void vtkPVBagChartRepresentation::GetPUserColor ( double  [3])
virtual

Set/get the color to used for the user defined quartile isoline in the plot.

§ SetP50Color() [1/2]

virtual void vtkPVBagChartRepresentation::SetP50Color ( double  ,
double  ,
double   
)
virtual

Set/get the color to used for the P50 isoline in the plot.

§ SetP50Color() [2/2]

virtual void vtkPVBagChartRepresentation::SetP50Color ( double  [3])
virtual

Set/get the color to used for the P50 isoline in the plot.

§ GetP50Color() [1/3]

virtual double* vtkPVBagChartRepresentation::GetP50Color ( )
virtual

Set/get the color to used for the P50 isoline in the plot.

§ GetP50Color() [2/3]

virtual void vtkPVBagChartRepresentation::GetP50Color ( double &  ,
double &  ,
double &   
)
virtual

Set/get the color to used for the P50 isoline in the plot.

§ GetP50Color() [3/3]

virtual void vtkPVBagChartRepresentation::GetP50Color ( double  [3])
virtual

Set/get the color to used for the P50 isoline in the plot.

§ SetXAxisSeriesName()

virtual void vtkPVBagChartRepresentation::SetXAxisSeriesName ( const char *  )
virtual

Set/get the series to use as the X-axis.

§ GetXAxisSeriesName()

virtual char* vtkPVBagChartRepresentation::GetXAxisSeriesName ( )
virtual

Set/get the series to use as the X-axis.

§ SetUseIndexForXAxis()

virtual void vtkPVBagChartRepresentation::SetUseIndexForXAxis ( bool  )
virtual

Set/get whether the index should be used for the x axis.

When true, XSeriesName is ignored.

§ GetUseIndexForXAxis()

virtual bool vtkPVBagChartRepresentation::GetUseIndexForXAxis ( )
virtual

Set/get whether the index should be used for the x axis.

When true, XSeriesName is ignored.

§ SetDensitySeriesName()

virtual void vtkPVBagChartRepresentation::SetDensitySeriesName ( const char *  )
virtual

Set/get the series to use as the density.

§ GetDensitySeriesName()

virtual char* vtkPVBagChartRepresentation::GetDensitySeriesName ( )
virtual

Set/get the series to use as the density.

§ SetYAxisSeriesName()

virtual void vtkPVBagChartRepresentation::SetYAxisSeriesName ( const char *  )
virtual

Set/get the series to use as the Y-axis.

§ GetYAxisSeriesName()

virtual char* vtkPVBagChartRepresentation::GetYAxisSeriesName ( )
virtual

Set/get the series to use as the Y-axis.

§ PrepareForRendering()

virtual void vtkPVBagChartRepresentation::PrepareForRendering ( )
protectedvirtual

Overridden to pass information about changes to series visibility etc.

to the plot-matrix.

Reimplemented from vtkChartRepresentation.

§ SetPolyLineToTable()

void vtkPVBagChartRepresentation::SetPolyLineToTable ( vtkPolyData *  polydata,
vtkTable *  table 
)
protected

§ AddToView()

virtual bool vtkPVBagChartRepresentation::AddToView ( vtkView *  view)
protectedvirtual

Adds the representation to the view.

This is called from vtkView::AddRepresentation(). Subclasses should override this method. Returns true if the addition succeeds.

Reimplemented from vtkChartRepresentation.

§ RemoveFromView()

virtual bool vtkPVBagChartRepresentation::RemoveFromView ( vtkView *  view)
protectedvirtual

Removes the representation to the view.

This is called from vtkView::RemoveRepresentation(). Subclasses should override this method. Returns true if the removal succeeds.

Reimplemented from vtkChartRepresentation.

§ RequestData()

virtual int vtkPVBagChartRepresentation::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Subclasses should override this to connect inputs to the internal pipeline as necessary.

Since most representations are "meta-filters" (i.e. filters containing other filters), you should create shallow copies of your input before connecting to the internal pipeline. The convenience method GetInternalOutputPort will create a cached shallow copy of a specified input for you. The related helper functions GetInternalAnnotationOutputPort, GetInternalSelectionOutputPort should be used to obtain a selection or annotation port whose selections are localized for a particular input data object.

Reimplemented from vtkChartRepresentation.


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