#include "stdafx.h"#include "floatfile.h"#include "pbrt.h"#include <ctype.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| bool | ReadFloatFile (const char *filename, vector< float > *values) |
| bool ReadFloatFile | ( | const char * | filename, | |
| vector< float > * | values | |||
| ) |
Definition at line 31 of file floatfile.cpp.
References Assert, Error(), and Warning().
Referenced by ParamSet::AddSampledSpectrumFiles(), MeasuredMaterial::MeasuredMaterial(), and DipoleSubsurfaceIntegrator::Preprocess().
1.6.3