|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
DTO (data transfer object) for vector interface (IVector). More...
Inheritance diagram for IG::Lib::BoundingBoxDtoBase:Public Member Functions | |
| BoundingBoxDtoBase () | |
| Creates a DTO for storing state of a bounding box of any bounding box type. | |
| BoundingBoxDtoBase (int dimension) | |
| Creates a DTO for storing a bounding box object of any bounding box type, with specified dimension. | |
| override IBoundingBox | CreateBoundingBox (int dimension) |
| Creates and returns a new bounding box cast to the interface type IBoundingBox. | |
DTO (data transfer object) for vector interface (IVector).
$A Igor Jun09;
| IG::Lib::BoundingBoxDtoBase::BoundingBoxDtoBase | ( | ) | [inline] |
Creates a DTO for storing state of a bounding box of any bounding box type.
| IG::Lib::BoundingBoxDtoBase::BoundingBoxDtoBase | ( | int | dimension | ) | [inline] |
Creates a DTO for storing a bounding box object of any bounding box type, with specified dimension.
| dimension | Bounding box dimension. |
| override IBoundingBox IG::Lib::BoundingBoxDtoBase::CreateBoundingBox | ( | int | dimension | ) | [inline] |
Creates and returns a new bounding box cast to the interface type IBoundingBox.
| dimension | Bounding box dimension. |
Reimplemented in IG::Lib::BoundingBoxDto.