Class uipc::geometry::IGeometryCollection
ClassList > uipc > geometry > IGeometryCollection
Inherited by the following classes: uipc::geometry::GeometryCollection
Public Functions
Type | Name |
---|---|
void | clear () noexcept |
IndexT | next_id () noexcept const |
void | reserve (SizeT size) noexcept |
SizeT | size () noexcept const |
virtual | ~IGeometryCollection () = default |
Protected Functions
Type | Name |
---|---|
virtual void | do_clear () noexcept = 0 |
virtual void | do_reserve (SizeT size) noexcept = 0 |
virtual IndexT | get_next_id () noexcept const = 0 |
virtual SizeT | get_size () noexcept const = 0 |
Public Functions Documentation
function clear
function next_id
function reserve
function size
function ~IGeometryCollection
Protected Functions Documentation
function do_clear
function do_reserve
function get_next_id
function get_size
The documentation for this class was generated from the following file include/uipc/geometry/geometry_collection.h