# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CInstanceGroup::CInstance Class Reference

An element of the group. More...

#include <scene_group.h>

Collaboration diagram for NL3D::CInstanceGroup::CInstance:

Collaboration graph
[legend]
List of all members.

Public Methods

void serial (NLMISC::IStream& f)
 Serial the node. More...


Public Attributes

std::string Name
 Name of the instance. More...

sint32 nParent
NLMISC::CQuat Rot
NLMISC::CVector Pos
NLMISC::CVector Scale

Detailed Description

An element of the group.

Definition at line 60 of file scene_group.h.


Member Function Documentation

void NL3D::CInstanceGroup::CInstance::serial ( NLMISC::IStream & f )
 

Serial the node.

Definition at line 108 of file scene_group.cpp.


Member Data Documentation

std::string NL3D::CInstanceGroup::CInstance::Name
 

Name of the instance.

Definition at line 64 of file scene_group.h.

NLMISC::CVector NL3D::CInstanceGroup::CInstance::Pos
 

Definition at line 71 of file scene_group.h.

NLMISC::CQuat NL3D::CInstanceGroup::CInstance::Rot
 

Definition at line 70 of file scene_group.h.

NLMISC::CVector NL3D::CInstanceGroup::CInstance::Scale
 

Definition at line 72 of file scene_group.h.

sint32 NL3D::CInstanceGroup::CInstance::nParent
 

Definition at line 67 of file scene_group.h.


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