Types
using face_array = typename polyhedron_type::face_arrayusing vertex_array = typename polyhedron_type::vertex_arrayusing polyhedron_type = vtb::geometry::Polyhedron< T >
Methods
read(std::istream & in) -> voidwrite(std::ostream & out) const -> voidpolyhedron() -> polyhedron_type &polyhedron() const -> const polyhedron_type &binary(bool rhs) -> voidbinary() const -> boolfilename(const std::string & rhs) -> voidfilename() const -> const std::string &name(const std::string & rhs) -> voidname() const -> const std::string &clear() -> voidSolid(polyhedron_type && polyhedron)explicitSolid(const polyhedron_type & polyhedron)explicitoperator=(Solid &&) -> Solid &Solid(Solid &&)operator=(const Solid &) -> Solid &Solid(const Solid &)~Solid()Solid()