|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CInstanceGroupUser Class ReferenceImplementation of the user interface managing instance groups.
More...
#include <instance_group_user.h>
Inheritance diagram for NL3D::CInstanceGroupUser
[legend]Collaboration diagram for NL3D::CInstanceGroupUser:
[legend]List of all members.
Detailed Description
Implementation of the user interface managing instance groups.
-
Author(s):
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2001
Definition at line 50 of file instance_group_user.h.
Member Function Documentation
const std::string & NL3D::CInstanceGroupUser::getInstanceName (
|
uint instanceNb ) const [private, virtual]
|
|
|
Return the name of an instance of the group.
-
Parameters:
-
instanceNb
|
is the number of the instance. |
-
Returns:
-
the name of the instance.
Reimplemented from NL3D::UInstanceGroup.
Definition at line 141 of file instance_group_user.cpp. |
const NLMISC::CVector & NL3D::CInstanceGroupUser::getInstancePos (
|
uint instanceNb ) const [private, virtual]
|
|
|
Return the position of an instance of the group.
-
Parameters:
-
instanceNb
|
is the number of the instance. |
-
Returns:
-
the position of the instance.
Reimplemented from NL3D::UInstanceGroup.
Definition at line 152 of file instance_group_user.cpp. |
const NLMISC::CQuat & NL3D::CInstanceGroupUser::getInstanceRot (
|
uint instanceNb ) const [private, virtual]
|
|
|
Return the rotation of an instance of the group.
-
Parameters:
-
instanceNb
|
is the number of the instance. |
-
Returns:
-
the rotation of the instance.
Reimplemented from NL3D::UInstanceGroup.
Definition at line 163 of file instance_group_user.cpp. |
const NLMISC::CVector & NL3D::CInstanceGroupUser::getInstanceScale (
|
uint instanceNb ) const [private, virtual]
|
|
|
Return the scale of an instance of the group.
-
Parameters:
-
instanceNb
|
is the number of the instance. |
-
Returns:
-
the scale of the instance.
Reimplemented from NL3D::UInstanceGroup.
Definition at line 174 of file instance_group_user.cpp. |
uint NL3D::CInstanceGroupUser::getNumInstance (
|
) const [private, virtual]
|
|
bool NL3D::CInstanceGroupUser::init (
|
const std::string & instanceGroup )
|
|
bool NL3D::CInstanceGroupUser::init (
|
const std::string & instanceGroup,
|
|
class CScene & scene )
|
|
void NL3D::CInstanceGroupUser::release (
|
class CScene & scene )
|
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|