deNetworkValuePoint3 Class Reference

Network Value Point-3 Class. More...

#include <deNetworkValuePoint3.h>

Inheritance diagram for deNetworkValuePoint3:
deNetworkValue

List of all members.

Public Member Functions

Constructors and Destructors
 deNetworkValuePoint3 (int format, const decPoint3 &value)
 Creates a new network value object.
virtual ~deNetworkValuePoint3 ()
 Cleans up the network value object.
Management
int GetFormat () const
 Retrieves the format.
const decPoint3GetPoint () const
 Retrieves the value.
void SetPoint (const decPoint3 &value)
 Sets the value.
Visiting
virtual void Visit (deNetworkValueVisitor *visitor)
 Visits the collider.

Detailed Description

Network Value Point-3 Class.

Defines a point-3 network value. Points are tuples with integer components. The Point-3 contains three components.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deNetworkValuePoint3::deNetworkValuePoint3 ( int  format,
const decPoint3 value 
)

Creates a new network value object.

virtual deNetworkValuePoint3::~deNetworkValuePoint3 (  ) [virtual]

Cleans up the network value object.


Member Function Documentation

int deNetworkValuePoint3::GetFormat (  ) const [inline]

Retrieves the format.

const decPoint3& deNetworkValuePoint3::GetPoint (  ) const [inline]

Retrieves the value.

void deNetworkValuePoint3::SetPoint ( const decPoint3 value )

Sets the value.

virtual void deNetworkValuePoint3::Visit ( deNetworkValueVisitor visitor ) [virtual]

Visits the collider.

Reimplemented from deNetworkValue.


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