Home
last modified time | relevance | path

Searched refs:getRandomColors (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/common/
H A Dcommon.h68 getRandomColors (double &r, double &g, double &b, double min = 0.2, double max = 2.8);
76 getRandomColors (pcl::RGB &rgb, double min = 0.2, double max = 2.8);
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLActionLine.cpp100 if (m_colorNumber != 24 && mainModel->getRandomColors() && in getColorNumber()
H A DLDLMainModel.h59 bool getRandomColors(void) const { in getRandomColors() function
H A DLDLModelLine.cpp509 if (mainModel->getRandomColors() && m_highResModel != NULL && in getColorNumber()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/common/
H A Dcommon.cpp51 pcl::visualization::getRandomColors (double &r, double &g, double &b, double min, double max) in getRandomColors() function in pcl::visualization
67 pcl::visualization::getRandomColors (pcl::RGB &rgb, double min, double max) in getRandomColors() function in pcl::visualization
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DGeneralPage.mm95 [self setCheck:randomColorsCheck value:ldPreferences->getRandomColors()];
H A DModelWindow.mm329 [NSNumber numberWithBool:ldPreferences->getRandomColors()],
/dports/cad/ldview/ldview-4.4/
H A DLDViewPreferences.h84 bool getRandomColors(void);
H A DLDViewPreferences.cpp392 bool LDViewPreferences::getRandomColors(void) in getRandomColors() function in LDViewPreferences
394 return ldPrefs->getRandomColors(); in getRandomColors()
733 if (value != ldPrefs->getRandomColors()) in setRandomColors()
3120 setCheck(hGeneralPage, IDC_RANDOM_COLORS, ldPrefs->getRandomColors()); in setupGeneralPage()
H A DToolbarStrip.cpp1072 m_randomColors = m_prefs->getRandomColors(); in populateMainTbButtonInfos()
1948 checkReflect(m_randomColors, m_prefs->getRandomColors(), IDC_RANDOM_COLORS); in checksReflect()
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDPreferences.h98 bool getRandomColors(void) { return m_randomColors; } in getRandomColors() function
H A DLDrawModelViewer.h531 bool getRandomColors(void) const in getRandomColors() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/impl/
H A Dpoint_cloud_color_handlers.hpp97 pcl::visualization::getRandomColors (r, g, b); in getColor()
H A Dimage_viewer.hpp439 getRandomColors (r, g, b); in showCorrespondences()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/
H A Dpoint_cloud_handlers.cpp89 pcl::visualization::getRandomColors (r, g, b); in getColor()
/dports/cad/ldview/ldview-4.4/LDVLib/
H A DLDVLib.cpp1079 return getModelViewer(pLDV)->getRandomColors() != false; in LDVGetRandomColors()
/dports/cad/ldview/ldview-4.4/QT/
H A DPreferences.cpp907 setButtonState(randomColorsButton,ldPrefs->getRandomColors()); in reflectGeneralSettings()