51 #ifndef __vtkRIBExporter_h
52 #define __vtkRIBExporter_h
75 vtkSetVector2Macro(Size,
int);
76 vtkGetVectorMacro(Size,
int,2);
81 vtkSetVector2Macro(PixelSamples,
int);
82 vtkGetVectorMacro(PixelSamples,
int,2);
88 vtkSetStringMacro(FilePrefix);
89 vtkGetStringMacro(FilePrefix);
94 vtkSetStringMacro(TexturePrefix);
95 vtkGetStringMacro(TexturePrefix);
122 vtkSetClampMacro(ExportArrays,
int, 0, 1);
123 vtkBooleanMacro(ExportArrays,
int);
124 vtkGetMacro(ExportArrays,
int);
141 void WriteTrailer ();
145 void WriteLight (
vtkLight *aLight,
int count);
146 void WriteAmbientLight (
int count);
161 void ModifyArrayName(
char *newname,
const char*
name);