IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::BoundingBoxDtoBase Class Reference

DTO (data transfer object) for vector interface (IVector). More...

Inheritance diagram for IG::Lib::BoundingBoxDtoBase:

List of all members.

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.

Detailed Description

DTO (data transfer object) for vector interface (IVector).

$A Igor Jun09;


Constructor & Destructor Documentation

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.

Parameters:
dimensionBounding box dimension.

Member Function Documentation

override IBoundingBox IG::Lib::BoundingBoxDtoBase::CreateBoundingBox ( int  dimension) [inline]

Creates and returns a new bounding box cast to the interface type IBoundingBox.

Parameters:
dimensionBounding box dimension.

Reimplemented in IG::Lib::BoundingBoxDto.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events