IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Data Transfer Object (DTO) for bounding boxes of type IG.Num.BoundingBox. Used to store, transfer, serialize and deserialize objects of type BoundingBox. More...
Public Member Functions | |
BoundingBoxDto () | |
Creates a DTO for storing state of a bounding box object of any vector type. | |
BoundingBoxDto (int dimension) | |
Creates a DTO for storing a bounding box object of any bounding box type, with specified dimension. | |
override BoundingBox | CreateBoundingBox (int dimension) |
Creates and returns a new bounding box of the specified dimension. |
Data Transfer Object (DTO) for bounding boxes of type IG.Num.BoundingBox. Used to store, transfer, serialize and deserialize objects of type BoundingBox.
$A Igor Aug09;
IG::Lib::BoundingBoxDto::BoundingBoxDto | ( | ) | [inline] |
Creates a DTO for storing state of a bounding box object of any vector type.
IG::Lib::BoundingBoxDto::BoundingBoxDto | ( | 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 BoundingBox IG::Lib::BoundingBoxDto::CreateBoundingBox | ( | int | dimension | ) | [inline] |
Creates and returns a new bounding box of the specified dimension.
dimension | Bounding box dimension. |
Reimplemented from IG::Lib::BoundingBoxDtoBase.