#include "config_flt.h"
#include "fltRecord.h"
#include "fltBead.h"
#include "fltBeadID.h"
#include "fltGroup.h"
#include "fltObject.h"
#include "fltGeometry.h"
#include "fltFace.h"
#include "fltCurve.h"
#include "fltMesh.h"
#include "fltLocalVertexPool.h"
#include "fltMeshPrimitive.h"
#include "fltVectorRecord.h"
#include "fltVertexList.h"
#include "fltLOD.h"
#include "fltInstanceDefinition.h"
#include "fltInstanceRef.h"
#include "fltHeader.h"
#include "fltVertex.h"
#include "fltMaterial.h"
#include "fltTexture.h"
#include "fltLightSourceDefinition.h"
#include "fltUnsupportedRecord.h"
#include "fltTransformRecord.h"
#include "fltTransformGeneralMatrix.h"
#include "fltTransformPut.h"
#include "fltTransformRotateAboutEdge.h"
#include "fltTransformRotateAboutPoint.h"
#include "fltTransformScale.h"
#include "fltTransformTranslate.h"
#include "fltTransformRotateScale.h"
#include "fltExternalReference.h"
#include <dconfig.h>
Go to the source code of this file.
Functions | |
Configure (config_flt) | |
NotifyCategoryDef (flt,"") | |
ConfigureFn (config_flt) | |
void | init_libflt () |
Initializes the library. | |
Variables | |
const bool | flt_error_abort = config_flt.GetBool("flt-error-abort", false) |
Definition in file config_flt.cxx.
|
|
|
Definition at line 67 of file config_flt.cxx. References FltBeadID::init_type(), and TypedReferenceCount::init_type(). |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 87 of file config_flt.cxx. |
|
|
|
Definition at line 65 of file config_flt.cxx. Referenced by FltRecordWriter::advance(), FltMesh::build_record(), FltHeader::convert_path(), FltRecordReader::get_datagram(), and FltRecord::is_ancillary(). |