Frontend::Utils::Shapes::BoxAligned Class Reference

#include <Shape.h>

Inheritance diagram for Frontend::Utils::Shapes::BoxAligned:

Frontend::Utils::Shapes::Shape Frontend::Object List of all members.

Public Member Functions

Math::Vector3 GetCorner (int corner)
 BoxAligned ()
 BoxAligned (Math::Vector3 boxMin, Math::Vector3 boxMax)
void Draw (GeoStream *gs)
ShapeClone ()
ShapeType GetType ()
Math::Vector3 GetCenter ()
Math::Vector3 GetHalfSize ()
void Transform (Math::Matrix4 m)
String GetTypeName ()
void AddRef ()
 Adds a reference to the object.
void Release ()
 Releases a reference on the object.
unsigned int GetRefCount ()
 Returns the number of references on the object.

Static Public Member Functions

static void TestIntersection (IntersectionResult &result)
static void SetIntersectionProxy (IntersectionProxy *proxy)
static IntersectionProxyGetIntersectionProxy ()

Public Attributes

Math::Vector3 Min
Math::Vector3 Max

Constructor & Destructor Documentation

Frontend::Utils::Shapes::BoxAligned::BoxAligned  )  [inline]
 

Frontend::Utils::Shapes::BoxAligned::BoxAligned Math::Vector3  boxMin,
Math::Vector3  boxMax
[inline]
 


Member Function Documentation

void Frontend::Object::AddRef  )  [inherited]
 

Adds a reference to the object.

Aqcuires an additional ownership on the object. The object will not be deleted until all owners have called Release() on it.

See also:
Release()

Shape* Frontend::Utils::Shapes::BoxAligned::Clone  )  [inline, virtual]
 

Implements Frontend::Utils::Shapes::Shape.

void Frontend::Utils::Shapes::BoxAligned::Draw GeoStream gs  )  [virtual]
 

Implements Frontend::Utils::Shapes::Shape.

Math::Vector3 Frontend::Utils::Shapes::BoxAligned::GetCenter  )  [inline, virtual]
 

Implements Frontend::Utils::Shapes::Shape.

Math::Vector3 Frontend::Utils::Shapes::BoxAligned::GetCorner int  corner  ) 
 

Math::Vector3 Frontend::Utils::Shapes::BoxAligned::GetHalfSize  )  [inline]
 

static IntersectionProxy* Frontend::Utils::Shapes::Shape::GetIntersectionProxy  )  [static, inherited]
 

unsigned int Frontend::Object::GetRefCount  )  [inline, inherited]
 

Returns the number of references on the object.

Returns:
The number of references on the object.

ShapeType Frontend::Utils::Shapes::BoxAligned::GetType  )  [inline, virtual]
 

Implements Frontend::Utils::Shapes::Shape.

String Frontend::Utils::Shapes::Shape::GetTypeName  )  [inherited]
 

void Frontend::Object::Release  )  [inherited]
 

Releases a reference on the object.

If you are an owner of an object, use this function to release it when you are done with it. The object will not be deleted until all owners have called Release() on it.

static void Frontend::Utils::Shapes::Shape::SetIntersectionProxy IntersectionProxy proxy  )  [static, inherited]
 

static void Frontend::Utils::Shapes::Shape::TestIntersection IntersectionResult result  )  [static, inherited]
 

void Frontend::Utils::Shapes::BoxAligned::Transform Math::Matrix4  m  )  [virtual]
 

Implements Frontend::Utils::Shapes::Shape.


Member Data Documentation

Math::Vector3 Frontend::Utils::Shapes::BoxAligned::Max
 

Math::Vector3 Frontend::Utils::Shapes::BoxAligned::Min
 


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