Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Protected Attributes

vl::ObjMesh Class Reference

Represents a Wavefront OBJ mesh. See also ObjLoader. More...

#include <vlOBJ.hpp>

Inheritance diagram for vl::ObjMesh:
vl::Object

List of all members.

Public Member Functions

virtual const char * className ()
 Returns the name of the class.
void setMaterial (ObjMaterial *mat)
 The material associated to this mesh.
const ObjMaterialmaterial () const
 The material associated to this mesh.
const std::vector< int > & facePositionIndex () const
 Index into ObjLoader::vertexArray() vector.
const std::vector< int > & faceNormalIndex () const
 Index into ObjLoader::normalArray() vector.
const std::vector< int > & faceTexCoordIndex () const
 Index into ObjLoader::texCoordsArray() vector.
const std::vector< int > & face_type () const
 Each entry represents a face, the number represents how many vertices the face has.
ObjMaterialmaterial ()
 The material associated to this mesh.
std::vector< int > & facePositionIndex ()
 Index into ObjLoader::vertexArray() vector.
std::vector< int > & faceNormalIndex ()
 Index into ObjLoader::normalArray() vector.
std::vector< int > & faceTexCoordIndex ()
 Index into ObjLoader::texCoordsArray() vector.
std::vector< int > & face_type ()
 Each entry represents a face, the number represents how many vertices the face has.

Protected Attributes

ref< ObjMaterialmMaterial
std::vector< int > mFace_icoords
std::vector< int > mFace_inormals
std::vector< int > mFace_itexcoords
std::vector< int > mFace_type

Detailed Description

Represents a Wavefront OBJ mesh. See also ObjLoader.

Definition at line 297 of file vlOBJ.hpp.


Member Function Documentation

virtual const char* vl::ObjMesh::className (  ) [inline, virtual]

Returns the name of the class.

Reimplemented from vl::Object.

Definition at line 300 of file vlOBJ.hpp.

void vl::ObjMesh::setMaterial ( ObjMaterial mat ) [inline]

The material associated to this mesh.

Definition at line 303 of file vlOBJ.hpp.

References mMaterial.

const ObjMaterial* vl::ObjMesh::material (  ) const [inline]

The material associated to this mesh.

Definition at line 306 of file vlOBJ.hpp.

References vl::ref< T >::get(), and mMaterial.

const std::vector<int>& vl::ObjMesh::facePositionIndex (  ) const [inline]

Index into ObjLoader::vertexArray() vector.

Definition at line 308 of file vlOBJ.hpp.

References mFace_icoords.

const std::vector<int>& vl::ObjMesh::faceNormalIndex (  ) const [inline]

Index into ObjLoader::normalArray() vector.

Definition at line 310 of file vlOBJ.hpp.

References mFace_inormals.

const std::vector<int>& vl::ObjMesh::faceTexCoordIndex (  ) const [inline]

Index into ObjLoader::texCoordsArray() vector.

Definition at line 312 of file vlOBJ.hpp.

References mFace_itexcoords.

const std::vector<int>& vl::ObjMesh::face_type (  ) const [inline]

Each entry represents a face, the number represents how many vertices the face has.

The for each vertex of each face there is an index in facePositionIndex(), faceNormalIndex(), faceTexCoordIndex()

Definition at line 315 of file vlOBJ.hpp.

References mFace_type.

ObjMaterial* vl::ObjMesh::material (  ) [inline]

The material associated to this mesh.

Definition at line 318 of file vlOBJ.hpp.

References vl::ref< T >::get(), and mMaterial.

std::vector<int>& vl::ObjMesh::facePositionIndex (  ) [inline]

Index into ObjLoader::vertexArray() vector.

Definition at line 320 of file vlOBJ.hpp.

References mFace_icoords.

std::vector<int>& vl::ObjMesh::faceNormalIndex (  ) [inline]

Index into ObjLoader::normalArray() vector.

Definition at line 322 of file vlOBJ.hpp.

References mFace_inormals.

std::vector<int>& vl::ObjMesh::faceTexCoordIndex (  ) [inline]

Index into ObjLoader::texCoordsArray() vector.

Definition at line 324 of file vlOBJ.hpp.

References mFace_itexcoords.

std::vector<int>& vl::ObjMesh::face_type (  ) [inline]

Each entry represents a face, the number represents how many vertices the face has.

The for each vertex of each face there is an index in facePositionIndex(), faceNormalIndex(), faceTexCoordIndex()

Definition at line 327 of file vlOBJ.hpp.

References mFace_type.


Member Data Documentation

Definition at line 330 of file vlOBJ.hpp.

Referenced by material(), and setMaterial().

std::vector<int> vl::ObjMesh::mFace_icoords [protected]

Definition at line 331 of file vlOBJ.hpp.

Referenced by facePositionIndex().

std::vector<int> vl::ObjMesh::mFace_inormals [protected]

Definition at line 332 of file vlOBJ.hpp.

Referenced by faceNormalIndex().

std::vector<int> vl::ObjMesh::mFace_itexcoords [protected]

Definition at line 333 of file vlOBJ.hpp.

Referenced by faceTexCoordIndex().

std::vector<int> vl::ObjMesh::mFace_type [protected]

Definition at line 334 of file vlOBJ.hpp.

Referenced by face_type().


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

Visualization Library v2011.05.1142 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 26 2011 22:51:43.
Permission is granted to use this page to write and publish articles regarding Visualization Library.