VTK
Classes | Functions | Variables
vtkOBJImporterInternals.h File Reference
#include <string>
#include "vtkOBJImporter.h"
#include "vtkPolyDataAlgorithm.h"
#include <memory>
#include <vector>
#include <map>
#include "vtkActor.h"
Include dependency graph for vtkOBJImporterInternals.h:

Go to the source code of this file.

Classes

struct  vtkOBJImportedMaterial
 
class  vtkOBJPolyDataProcessor
 

Functions

void obj_set_material_defaults (vtkOBJImportedMaterial *mtl)
 
void bindTexturedPolydataToRenderWindow (vtkRenderWindow *renderWindow, vtkRenderer *renderer, vtkOBJPolyDataProcessor *reader)
 

Variables

const int OBJ_FILENAME_LENGTH = 8192
 
const int MATERIAL_NAME_SIZE = 8192
 

Function Documentation

void obj_set_material_defaults ( vtkOBJImportedMaterial mtl)
void bindTexturedPolydataToRenderWindow ( vtkRenderWindow renderWindow,
vtkRenderer renderer,
vtkOBJPolyDataProcessor reader 
)

Variable Documentation

const int OBJ_FILENAME_LENGTH = 8192

Definition at line 24 of file vtkOBJImporterInternals.h.

const int MATERIAL_NAME_SIZE = 8192

Definition at line 25 of file vtkOBJImporterInternals.h.