| _cells | CSG::CSGUniverse | protected |
| _is_root | CSG::CSGUniverse | protected |
| _name | CSG::CSGUniverse | protected |
| _transformations | CSG::CSGTransformationHelper | protected |
| addCell(const CSGCell &cell) | CSG::CSGUniverse | protected |
| addTransformation(TransformationType type, const std::tuple< Real, Real, Real > &values) | CSG::CSGTransformationHelper | protected |
| applyReverseTransformsToPoint(Point p) const | CSG::CSGTransformationHelper | protected |
| CSGBase class | CSG::CSGUniverse | friend |
| CSGTransformationHelper()=default | CSG::CSGTransformationHelper | |
| CSGUniverse(const std::string &name, bool is_root=false) | CSG::CSGUniverse | |
| CSGUniverse(const std::string &name, std::vector< CSGCell *> &cells, bool is_root=false) | CSG::CSGUniverse | |
| CSGUniverseList class | CSG::CSGUniverse | friend |
| FRIEND_TEST(CSGUniverseTest, testGetCell) | CSG::CSGUniverse | protected |
| FRIEND_TEST(CSGUniverseTest, testAddCell) | CSG::CSGUniverse | protected |
| FRIEND_TEST(CSGUniverseTest, testRemoveCell) | CSG::CSGUniverse | protected |
| FRIEND_TEST(CSGUniverseTest, testRemoveAllCells) | CSG::CSGUniverse | protected |
| FRIEND_TEST(CSGUniverseTest, testSetName) | CSG::CSGUniverse | protected |
| FRIEND_TEST(CSGUniverseTest, testUniverseEquality) | CSG::CSGUniverse | protected |
| CSG::CSGTransformationHelper::FRIEND_TEST(CSGSurfaceTest, testHalfspaceWithTransform) | CSG::CSGTransformationHelper | protected |
| CSG::CSGTransformationHelper::FRIEND_TEST(CSGSurfaceTest, testHalfspaceWithNullTransform) | CSG::CSGTransformationHelper | protected |
| getAllCells() const | CSG::CSGUniverse | inline |
| getCell(const std::string &name) | CSG::CSGUniverse | |
| getName() const | CSG::CSGUniverse | inline |
| getTransformations() const | CSG::CSGTransformationHelper | inline |
| getTransformationsAsStrings() const | CSG::CSGTransformationHelper | |
| getTransformationTypeString(TransformationType type) | CSG::CSGTransformationHelper | static |
| hasCell(const std::string &name) const | CSG::CSGUniverse | |
| isRoot() const | CSG::CSGUniverse | inline |
| isValidTransformationValue(TransformationType type, const std::tuple< Real, Real, Real > &values) | CSG::CSGTransformationHelper | static |
| operator!=(const CSGUniverse &other) const | CSG::CSGUniverse | |
| operator==(const CSGUniverse &other) const | CSG::CSGUniverse | |
| removeAllCells() | CSG::CSGUniverse | inlineprotected |
| removeCell(const std::string &name) | CSG::CSGUniverse | protected |
| setName(const std::string &name) | CSG::CSGUniverse | inlineprotected |
| ~CSGUniverse()=default | CSG::CSGUniverse | virtual |