]> SALOME platform Git repositories - modules/visu.git/commit
Salome HOME
0013557: field values display
authorsln <sln@opencascade.com>
Tue, 9 Dec 2008 12:25:04 +0000 (12:25 +0000)
committersln <sln@opencascade.com>
Tue, 9 Dec 2008 12:25:04 +0000 (12:25 +0000)
commitc5caea948257c461d6f5e2997410551833d8914e
tree1b6ed46126a1143d55f8c64e4e5ae12e59223090
parentf75688b25c78fa6f9b7c271dc969dd25cd312acf
0013557: field values display

Now you can display values applied to the cells or nodes of 3D presentation intended for visualization of calculation data. New methods are provided in actor.

virtual void SetValuesLabeled( const bool theIsValLabeled );
virtual bool GetValuesLabeled() const;

virtual vtkDataSet* GetValLabelsInput() const;
vtkTextProperty* GetsValLabelsProps() const;
src/OBJECT/VISU_Actor.cxx
src/OBJECT/VISU_Actor.h