Template Class IteratorImplementation

Class Documentation

template<typename P, typename PP>
class IfcGeom::IteratorImplementation

Public Functions

bool initialize() = 0
void compute_bounds(bool with_geometry) = 0
const gp_XYZ &bounds_min() const = 0
const gp_XYZ &bounds_max() const = 0
int progress() const = 0
const std::string &getUnitName() const = 0
double getUnitMagnitude() const = 0
IfcParse::IfcFile *file() const = 0
IfcUtil::IfcBaseClass *next() = 0
Element<P, PP> *get() = 0
BRepElement<P, PP> *get_native() = 0
const Element<P, PP> *get_object(int id) = 0
IfcUtil::IfcBaseClass *create() = 0