A "dummy" visualization for objects given in a table - no visualization at all (null object pattern).
More...
#include <iANoObjectVis.h>
|
| | iANoObjectVis () |
| |
| double const * | bounds () override |
| |
| std::shared_ptr< iAObjectVisActor > | createActor (vtkRenderer *ren) override |
| |
| void | multiClassRendering (QList< QColor > const &classColors, QStandardItem *rootItem, double alpha) override |
| |
| void | renderLengthDistribution (vtkColorTransferFunction *cTFun, vtkFloatArray *extents, double halfInc, int filterID, double const *range) override |
| |
| void | renderOrientationDistribution (vtkImageData *oi) override |
| |
| void | renderSelection (std::vector< size_t > const &sortedSelInds, int classID, QColor const &classColor, QStandardItem *activeClassItem) override |
| |
| void | renderSingle (IndexType selectedObjID, int classID, QColor const &classColor, QStandardItem *activeClassItem) override |
| |
| | iAObjectVis (iAObjectsData const *data) |
| |
| virtual | ~iAObjectVis () |
| |
A "dummy" visualization for objects given in a table - no visualization at all (null object pattern).
◆ iANoObjectVis()
| iANoObjectVis::iANoObjectVis |
( |
| ) |
|
◆ bounds()
| double const * iANoObjectVis::bounds |
( |
| ) |
|
|
overridevirtual |
◆ createActor()
| std::shared_ptr< iAObjectVisActor > iANoObjectVis::createActor |
( |
vtkRenderer * | ren | ) |
|
|
overridevirtual |
◆ multiClassRendering()
| void iANoObjectVis::multiClassRendering |
( |
QList< QColor > const & | classColors, |
|
|
QStandardItem * | rootItem, |
|
|
double | alpha ) |
|
overridevirtual |
◆ renderLengthDistribution()
| void iANoObjectVis::renderLengthDistribution |
( |
vtkColorTransferFunction * | cTFun, |
|
|
vtkFloatArray * | extents, |
|
|
double | halfInc, |
|
|
int | filterID, |
|
|
double const * | range ) |
|
overridevirtual |
◆ renderOrientationDistribution()
| void iANoObjectVis::renderOrientationDistribution |
( |
vtkImageData * | oi | ) |
|
|
overridevirtual |
◆ renderSelection()
| void iANoObjectVis::renderSelection |
( |
std::vector< size_t > const & | sortedSelInds, |
|
|
int | classID, |
|
|
QColor const & | classColor, |
|
|
QStandardItem * | activeClassItem ) |
|
overridevirtual |
◆ renderSingle()
| void iANoObjectVis::renderSingle |
( |
IndexType | selectedObjID, |
|
|
int | classID, |
|
|
QColor const & | classColor, |
|
|
QStandardItem * | activeClassItem ) |
|
overridevirtual |
The documentation for this class was generated from the following files: