VTK
|
#include <string>
#include "vtkOBJImporter.h"
#include "vtkPolyDataAlgorithm.h"
#include <memory>
#include <vector>
#include <map>
#include "vtkActor.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 |
void obj_set_material_defaults | ( | vtkOBJImportedMaterial * | mtl | ) |
void bindTexturedPolydataToRenderWindow | ( | vtkRenderWindow * | renderWindow, |
vtkRenderer * | renderer, | ||
vtkOBJPolyDataProcessor * | reader | ||
) |
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.