![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1997-2002 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: mtlTools.h,v $ $Revision: 1.5 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00015 #include "vrfutil/vrfutilDefines.h" 00016 #include <mtl/mtl.h> 00017 00018 class DtFilename; 00019 00020 DT_DLL_vrfutil bool DtMtlHasListElement(const DtlObjPtr& dtlObjPtr); 00021 00022 DT_DLL_vrfutil void DtMtlPrettyPrint(const DtlObjPtr& dtlObjPtr, 00023 FILE *fp, 00024 unsigned indentLevel = 0); 00025 00026 DT_DLL_vrfutil DtlObjPtr searchMtlStream(const DtString& tag, DtlObjPtr pStream); 00027 00030 DT_DLL_vrfutil DtString readMtlHeaderComment(const DtFilename&);