VTK
Public Member Functions | Public Attributes | List of all members
vtkOBJImportedMaterial Struct Reference

#include <vtkOBJImporterInternals.h>

Public Member Functions

double get_amb_coeff ()
 
double get_diff_coeff ()
 
double get_spec_coeff ()
 
const char * GetClassName ()
 
 vtkOBJImportedMaterial ()
 

Public Attributes

char name [MATERIAL_NAME_SIZE]
 
char texture_filename [OBJ_FILENAME_LENGTH]
 
double amb [3]
 
double diff [3]
 
double spec [3]
 
double reflect
 
double refract
 
double trans
 
double shiny
 
double glossy
 
double refract_index
 

Detailed Description

Definition at line 27 of file vtkOBJImporterInternals.h.

Constructor & Destructor Documentation

vtkOBJImportedMaterial::vtkOBJImportedMaterial ( )

Member Function Documentation

double vtkOBJImportedMaterial::get_amb_coeff ( )
inline

Definition at line 40 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::get_diff_coeff ( )
inline

Definition at line 44 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::get_spec_coeff ( )
inline

Definition at line 48 of file vtkOBJImporterInternals.h.

const char* vtkOBJImportedMaterial::GetClassName ( )
inline

Definition at line 52 of file vtkOBJImporterInternals.h.

Member Data Documentation

char vtkOBJImportedMaterial::name[MATERIAL_NAME_SIZE]

Definition at line 29 of file vtkOBJImporterInternals.h.

char vtkOBJImportedMaterial::texture_filename[OBJ_FILENAME_LENGTH]

Definition at line 30 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::amb[3]

Definition at line 31 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::diff[3]

Definition at line 32 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::spec[3]

Definition at line 33 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::reflect

Definition at line 34 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::refract

Definition at line 35 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::trans

Definition at line 36 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::shiny

Definition at line 37 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::glossy

Definition at line 38 of file vtkOBJImporterInternals.h.

double vtkOBJImportedMaterial::refract_index

Definition at line 39 of file vtkOBJImporterInternals.h.


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