HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CL_AsciiClipReader.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
* NAME: CL_AsciiClipReader.h
7
*
8
* COMMENTS:
9
* This class reads from .clip files.
10
*/
11
12
#ifndef __CL_AsciiClipReader_h__
13
#define __CL_AsciiClipReader_h__
14
15
#include "
CL_API.h
"
16
#include "
CL_ClipReader.h
"
17
18
class
UT_IStream
;
19
20
class
CL_API
CL_AsciiClipReader
:
public
CL_ClipReader
21
{
22
public
:
23
CL_AsciiClipReader
() {}
24
~CL_AsciiClipReader
()
override
{}
25
26
bool
readClip
(
const
char
*file_name,
CL_Clip
&
clip
)
override
;
27
28
// The file name is passed in so it can use it in error mesages.
29
bool
readClip
(
UT_IStream
&is,
CL_Clip
&
clip
,
const
char
*
filename
);
30
};
31
32
#endif
GT_Names::filename
GT_API const UT_StringHolder filename
CL_API.h
CL_AsciiClipReader
Definition:
CL_AsciiClipReader.h:20
UT_IStream
Definition:
UT_IStream.h:56
CL_API
#define CL_API
Definition:
CL_API.h:10
CL_AsciiClipReader::~CL_AsciiClipReader
~CL_AsciiClipReader() override
Definition:
CL_AsciiClipReader.h:24
CL_ClipReader::readClip
virtual bool readClip(const char *file_name, CL_Clip &clip)=0
CL_AsciiClipReader::CL_AsciiClipReader
CL_AsciiClipReader()
Definition:
CL_AsciiClipReader.h:23
CL_ClipReader
Definition:
CL_ClipReader.h:22
CL_Clip
Definition:
CL_Clip.h:42
clip
IMATH_INTERNAL_NAMESPACE_HEADER_ENTER IMATH_HOSTDEVICE IMATH_CONSTEXPR14 T clip(const T &p, const Box< T > &box) IMATH_NOEXCEPT
Definition:
ImathBoxAlgo.h:29
CL_ClipReader.h
CL
CL_AsciiClipReader.h
Generated on Fri Nov 8 2024 03:39:06 for HDK by
1.8.6