mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Porting PV50
This commit is contained in:
parent
9f2962eb00
commit
e8abed47dd
@ -122,7 +122,7 @@ class SMESHOBJECT_EXPORT SMESH_ScalarBarActor: public vtkActor2D {
|
||||
// Set/Get the maximum number of scalar bar segments to show. This may
|
||||
// differ from the number of colors in the lookup table, in which case
|
||||
// the colors are samples from the lookup table.
|
||||
vtkSetClampMacro(MaximumNumberOfColors, int, 2, VTK_LARGE_INTEGER);
|
||||
vtkSetClampMacro(MaximumNumberOfColors, int, 2, VTK_INT_MAX);
|
||||
vtkGetMacro(MaximumNumberOfColors, int);
|
||||
|
||||
// Description:
|
||||
|
Loading…
Reference in New Issue
Block a user