Open CASCADE Technology  7.0.0
Namespaces | Macros | Functions

IVtkTools.hxx File Reference

#include <IVtk_Types.hxx>

Namespaces

 IVtkTools
 Helper methods to facilitate usage of VIS classes in an application.
 

Macros

#define IVtkTools_EXPORT
 

Functions

vtkLookupTable * IVtkTools::InitLookupTable ()
 Returns vtkLookupTable instance initialized by standrad OCCT colors used in wireframe mode for different kinds of sub-shapes (free/boundary/shared edges, isolines,...) More...
 
void IVtkTools::SetLookupTableColor (vtkLookupTable *theColorTable, const IVtk_MeshType theColorRole, const double theR, const double theG, const double theB, const double theA=1)
 Set a color for given type of sub-shapes. More...
 
void IVtkTools::GetLookupTableColor (vtkLookupTable *theColorTable, const IVtk_MeshType theColorRole, double &theR, double &theG, double &theB)
 Get a color for given type of sub-shapes. More...
 
void IVtkTools::GetLookupTableColor (vtkLookupTable *theColorTable, const IVtk_MeshType theColorRole, double &theR, double &theG, double &theB, double &theA)
 Get a color for given type of sub-shapes. More...
 
void IVtkTools::InitShapeMapper (vtkMapper *theMapper)
 Set up the initial shape mapper parameters with default OCC colors. More...
 
void IVtkTools::InitShapeMapper (vtkMapper *theMapper, vtkLookupTable *theColorTable)
 Set up the initial shape mapper parameters with user colors. More...
 

Macro Definition Documentation

#define IVtkTools_EXPORT