12 #ifndef __GD_TrimRegion_h__
13 #define __GD_TrimRegion_h__
41 float uStop()
const {
return myUstop; }
42 float uStart()
const {
return myUstart; }
46 return (&myFace == &tface.myFace ) &&
54 int save(std::ostream &os,
int binary)
const;
72 unsigned opencasual:1,
84 virtual int64 getMemoryUsage(
bool inclusive)
const;
90 int isDirty()
const {
return myFlags.dirty; }
95 int getNum ()
const {
return myNum; }
101 float tolerance = 1e-4F,
102 int doDomainClip = 1);
108 int count_how_many = 0 )
const;
123 int save(std::ostream &os,
int binary)
const;
Used to pass options and map offset values during saving.
OIIO_UTIL_API bool copy(string_view from, string_view to, std::string &err)
const GLuint GLenum const void * binary
void reverse(I begin, I end)
JSON reader class which handles parsing of JSON or bJSON files.
Class which writes ASCII or binary JSON streams.
int operator==(const GD_TrimFace &tface) const
GD_TrimFace(GD_Face &face, float ustart, float ustop)
OPENVDB_API void initialize()
Global registration of native Grid, Transform, Metadata and Point attribute types. Also initializes blosc (if enabled).
const GD_TrimLoop * getLoop() const
GLubyte GLubyte GLubyte GLubyte w
const GD_Face & face() const
bool SYSisEqual(const UT_Vector2T< T > &a, const UT_Vector2T< T > &b, S tol=SYS_FTOLERANCE)
Componentwise equality.
bool OIIO_UTIL_API contains(string_view a, string_view b)
Does 'a' contain the string 'b' within it?