IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.BoundingBoxDtoBase Class Reference

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

Public Member Functions

 BoundingBoxDtoBase ()
 Creates a DTO for storing state of a bounding box of any bounding box type. More...
 
 BoundingBoxDtoBase (int dimension)
 Creates a DTO for storing a bounding box object of any bounding box type, with specified dimension. More...
 
override IBoundingBox CreateBoundingBox (int dimension)
 Creates and returns a new bounding box cast to the interface type IBoundingBox. More...
 

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.

The documentation for this class was generated from the following file: