VR-Forces 5.0.1 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
mtlTools.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1997-2002 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: mtlTools.h,v $ $Revision: 1.5 $ $State: Exp $
7
*******************************************************************************/
8
11
15
#include "
vrfutil/vrfutilDefines.h
"
16
#include <mtl/mtl.h>
17
18
class
DtFilename;
19
20
DT_DLL_vrfutil
bool
DtMtlHasListElement
(
const
DtlObjPtr& dtlObjPtr);
21
22
DT_DLL_vrfutil
void
DtMtlPrettyPrint
(
const
DtlObjPtr& dtlObjPtr,
23
FILE *fp,
24
unsigned
indentLevel = 0);
25
26
DT_DLL_vrfutil
DtlObjPtr
searchMtlStream
(
const
DtString
& tag, DtlObjPtr pStream);
27
30
DT_DLL_vrfutil
DtString
readMtlHeaderComment
(
const
DtFilename&);
DtMtlPrettyPrint
DT_DLL_vrfutil void DtMtlPrettyPrint(const DtlObjPtr &dtlObjPtr, FILE *fp, unsigned indentLevel=0)
readMtlHeaderComment
DT_DLL_vrfutil DtString readMtlHeaderComment(const DtFilename &)
Reads the comment at the head of the .mtl file and returns it. Comment is considered complete when fi...
vrfutilDefines.h
DtMtlHasListElement
DT_DLL_vrfutil bool DtMtlHasListElement(const DtlObjPtr &dtlObjPtr)
searchMtlStream
DT_DLL_vrfutil DtlObjPtr searchMtlStream(const DtString &tag, DtlObjPtr pStream)
DT_DLL_vrfutil
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition:
vrfutilDefines.h:34
DtString
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)