Template Class IteratorImplementation¶
Defined in File IteratorImplementation.h
Class Documentation¶
-
template<typename
P, typenamePP>
classIfcGeom::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¶
-
IfcUtil::IfcBaseClass *
next() = 0¶
-
BRepElement<P, PP> *
get_native() = 0¶
-
IfcUtil::IfcBaseClass *
create() = 0¶
-
bool