vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
wavefront.cpp File Reference
#include "precompiled.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include "wavefront.h"
#include "MediaPath.h"
#include <vector>

Classes

class  WAVEFRONT::InPlaceParserInterface
 
class  WAVEFRONT::InPlaceParser
 
class  WAVEFRONT::GeometryVertex
 
class  WAVEFRONT::GeometryInterface
 
class  WAVEFRONT::OBJ
 
class  WAVEFRONT::BuildMesh
 

Namespaces

namespace  WAVEFRONT
 

Macros

#define MAXARGS   512
 

Typedefs

typedef std::vector< int > IntVector
 
typedef std::vector< float > FloatVector
 

Enumerations

enum  WAVEFRONT::SeparatorType { WAVEFRONT::ST_DATA, WAVEFRONT::ST_HARD, WAVEFRONT::ST_SOFT, WAVEFRONT::ST_EOS }
 

Macro Definition Documentation

#define MAXARGS   512

Typedef Documentation

typedef std::vector< float > FloatVector
typedef std::vector< int > IntVector