MeshKit  1.0
BoundingBox Struct Reference

#include <Mesh.hpp>

List of all members.

Public Member Functions

double getLength (int d)
void setLowerLeftCorner (const Point3D &p)
const Point3DgetLowerLeftCorner () const
void setUpperRightCorner (const Point3D &p)
const Point3DgetUpperRightCorner () const

Private Attributes

Point3D lowerLeftCorner
Point3D upperRightCorner

Detailed Description

Definition at line 840 of file Mesh.hpp.


Member Function Documentation

double getLength ( int  d) [inline]

Definition at line 842 of file Mesh.hpp.

const Point3D& getLowerLeftCorner ( ) const [inline]

Definition at line 851 of file Mesh.hpp.

const Point3D& getUpperRightCorner ( ) const [inline]

Definition at line 859 of file Mesh.hpp.

void setLowerLeftCorner ( const Point3D p) [inline]

Definition at line 847 of file Mesh.hpp.

void setUpperRightCorner ( const Point3D p) [inline]

Definition at line 855 of file Mesh.hpp.


Member Data Documentation

Definition at line 864 of file Mesh.hpp.

Definition at line 865 of file Mesh.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines