]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSphereList.h
In SphereList box : added the possibility to use a vector of colors defining the...
[bbtk.git] / packages / vtk / src / bbvtkSphereList.h
index ec632f30e266289c9d03c209ebcb1cc20e1edc0d..bf929bfc8ea859a9f04af7496319a2df69fb8d61 100644 (file)
@@ -50,7 +50,7 @@ BBTK_INPUT(SphereList,lstPointX,"List of X coordinates. Requirement: same size a
 BBTK_INPUT(SphereList,lstPointY,"List of Y coordinates. Requirement: same size as vector X and vector Z.",std::vector<double>,"");
 BBTK_INPUT(SphereList,lstPointZ,"List of Z coordinates. Requirement: same size as vector X and vector Y.",std::vector<double>,"");
 BBTK_INPUT(SphereList,lstRadio,"List of Radio values",std::vector<double>,"");
-BBTK_INPUT(SphereList,Colour,"Colour RGB values for the spheres",std::vector<double>,"");
+BBTK_INPUT(SphereList,Colour,"Colour RGB values for the spheres (3 first values of the vector for the first sphere, following values for the second sphere, etc.)",std::vector<double>,"");
 BBTK_INPUT(SphereList,Opacity,"Opacity of the spheres",double,"");
 BBTK_INPUT(SphereList,Transform,"vtkTransform",vtkLinearTransform*,"");