namespace Itk


class Buffer
String Buffer for repeated I/O purpose.
class CondVar
class Exception
[more]#define ITK_EXCEPTION(desc)
[more]#define ITK_XPT(xtype,desc)
[more]#define ITK_XPT1(xtype,desc,arg1)
[more]#define ITK_XPT2(xtype,desc,arg1,arg2)
[more]#define ITK_XPT3(xtype,desc,arg1,arg2,arg3)
[more]#define ITK_XPT4(xtype,desc,arg1,arg2,arg3,arg4)
class XptFailMemoryAlloc
class XptExample
template<int shift> class FxpT
[more]template<int shift> operator FxpT<shift> (const Flt & src)
namespace Geo2D
class OptArg
[more]void myGetOpt(OptArg * optlist, int & argc, char** argv)
[more]void myGetOptSetDefault(OptArg * optlist)
[more]void myGetOptHelp(OptArg * optlist, char * commandname)
[more]inline void initHeapEntity(char * c)
[more]inline void initHeapEntity(UInt * i)
[more]inline void initHeapEntity(Int * i)
[more]inline void initHeapEntity(void ** ptr)
[more]inline void initHeapEntity(void * ptr)
template<class Content> class HeapT
template<class Index, class Content> class IndexTableT
[more]inline Bool MatchIndex(const void * x, const void * y)
[more]inline Bool MatchIndex(const Int x, const Int y)
[more]inline Bool MatchIndex(const UInt x, const UInt y)
[more]inline Bool MatchIndex(const char * x, const char * y)
[more]inline Bool MatchIndex(const SubString & x, const SubString & y)
class IntervalTimer
template<class Content> class MemArrayT
[more]template<class Content> void MemArrayT<Content> ::expand(UInt newsize)
[more]template<class Content> Content* MemArrayT<Content> ::findPtr(const Content& content)
[more]template<class Content> UInt MemArrayT<Content> ::findPos(const Content& content)
[more]template<class Content> void MemArrayT<Content> ::shiftDown(const UInt n, const UInt l)
[more]template<class Content> void MemArrayT<Content> ::shiftUp(const UInt n, const UInt l)
[more]template<class Content> Bool MemArrayT<Content> ::remove(const Content& content)
template<class Content> class MemPtrArrayT
[more]template<class Content> void MemPtrArrayT<Content> ::expand(UInt newsize)
class Mutex
class MutexCondVar
template<class Content> class NameTableT
class RandomOrder
template<class Content> class RcylHeapT
template<class Content> class RingBufferT
[more]template<class Content> void RingBufferT<Content> ::expand(UInt newsize)
template<class Content> class RingT
[more]template<class Content> void RingT<Content> ::reverse()
[more]template<class Content> UInt RingT<Content> ::length() const
template<class Content> class RingRcylHeapT
class SubString
class for string and substring of char.
typedef SubString SString
SString is the same as SubString
[more]extern SimpleSexp2Lexer* newSimpleSexp2Lexer()
[more]extern void deleteSimpleSexp2Lexer(SimpleSexp2Lexer * lexer)
[more]extern void assignSimpleSexp2LexerScanner(SimpleSexp2Lexer * lexer, void * scanner)
class SimpleSexp2
[more]inline ostream& operator<<(ostream& ostr, const struct in_addr& addr)
[more]inline ostream& operator<<(ostream& ostr, const struct sockaddr_in& addr)
class Socket
class ServerSocket
class ClientSocket
class SocketReadSelector
template<class Content> class StackT
class Thread
class TimeVal
class WithDescriber
[more]inline ostream& operator<<(ostream& ostr, const WithDescriber& dt)
[more]inline ostream& operator<<(ostream& ostr, const WithDescriber* ptr)
[more]extern void dbg(const WithDescriber & obj)
[more]extern void dbg(const WithDescriber * obj)
[more]typedef long Int
[more]typedef unsigned long UInt
[more]typedef double Flt
class Bool
[more]const Bool False
[more]const Bool True
[more]inline ostream& operator<<(ostream& ostr, const Bool& b)
class Ptr
[more]inline ostream& operator<<(ostream& ostr, const Ptr p)
[more]#define ITK_NULLPTR
[more]#define ITK_NULLCHR
[more]inline Bool isNull(const void * ptr)
[more]inline Bool isNull(const char c)
[more]typedef Flt GeoVal
[more]typedef Flt Angle
[more]const Flt Deg2Rad
[more]const Flt Rad2Deg
[more]inline Flt deg2rad(const Flt & x)
[more]inline Angle rad2deg(const Flt & x)
[more]inline Flt Sin(const Flt & x)
[more]inline Flt Cos(const Flt & x)
[more]inline Flt Tan(const Flt & x)
[more]inline Angle ATan(const Flt & x)
[more]inline Angle ATan(const Flt & y, const Flt & x)
[more]inline Angle& letNormalizeAngle(Angle & angle)
[more]inline Angle& normalizeAngle(const Angle & angle)
[more]inline Angle& letNormalizeAngleRad(Angle & angle)
[more]inline Angle& normalizeAngleRad(const Angle & angle)
[more]#define ITK_HERE
[more]#define ITK_WRN(form)
[more]#define ITK_ERR(form)
[more]#define ITK_D(form)
[more]#define ITK_DBG(form)
[more]#define ITK_DSC(form)
[more]#define ITK_MSG(form)
[more]#define ITK_EXE(form)
[more]#define ITK_TRC0()
[more]#define ITK_TRC(form)
[more]#define ITK_TRCin()
[more]#define ITK_TRCout()
[more]typedef Int VbsLevel
[more]#define ITK_VBS(level,form)
[more]#define ITK_VBSC(level,form)
[more]#define ITK_SET_VBS(level)
[more]#define ITK_TIME(label,form)
[more]#define ITK_TIME1(form)
[more]#define ITK_THR(" << Thread::thisThread()
[more]#define ITK_WRN_T(form)
[more]#define ITK_ERR_T(form)
[more]#define ITK_DBG_T(form)
[more]#define ITK_DSC_T(form)
[more]#define ITK_MSG_T(form)
[more]#define ITK_EXE_T(form)
[more]#define ITK_TRC0_T()
[more]#define ITK_TRC_T(form)
[more]#define ITK_TRCin_T()
[more]#define ITK_TRCout_T()
[more]void nop()
[more]#define ITK_EPS
[more]inline Int Max(const Int x, const Int y)
[more]inline Int Min(const Int x, const Int y)
[more]inline int Max(const int x, const int y)
[more]inline int Min(const int x, const int y)
[more]inline Flt Max(const Flt x, const Flt y)
[more]inline Flt Min(const Flt x, const Flt y)
[more]inline void Swap(Int& x, Int& y)
[more]inline void Swap(UInt& x, UInt& y)
[more]inline void Swap(Flt& x, Flt& y)
[more]inline void Swap(int& x, int& y)
[more]inline Flt Abs(const Flt& x)
[more]inline Int Abs(const Int& x)
[more]inline Flt Sign(const Flt& x)
[more]inline Int Sign(const Int& x)
[more]inline Flt sq(const Flt& x)
[more]template<class Value> Value boundT(const Value & value, const Value & min, const Value & max)
[more]inline Int bound(const Int & value, const Int & min, const Int & max)
[more]inline Flt bound(const Flt & value, const Flt & min, const Flt & max)
[more]extern void randomize(UInt seed)
[more]extern void randomizeByTime()
[more]extern Bool RandomizedP
[more]inline Int intRand(Int max)
[more]inline Int intRand(Int min, Int max)
[more]inline Flt fltRand()
[more]inline Flt fltRand(Flt max)
[more]inline Flt fltRand(Flt min, Flt max)
[more]extern Int binomial(Int n, Flt p = 0.5)
[more]void sleep(const UInt sec, const UInt msec = 0, const UInt usec = 0)
[more]inline void msleep(const UInt msec)
[more]inline void usleep(const UInt usec)
[more]inline void sleep(const TimeVal& tv)
[more]Bool sleepUntil(const TimeVal& etime)
[more]void sleepForever()
[more]inline Flt myswap64(const Flt & x)
[more]inline void transN2H(char & v)
[more]inline void transH2N(char & v)
[more]inline void transN2H(short & v)
[more]inline void transH2N(short & v)
[more]inline void transN2H(unsigned short & v)
[more]inline void transH2N(unsigned short & v)
[more]inline void transN2H(Int & v)
[more]inline void transH2N(Int & v)
[more]inline void transN2H(UInt & v)
[more]inline void transH2N(UInt & v)
[more]inline void transN2H(float & v)
[more]inline void transH2N(float & v)
[more]inline void transN2H(Flt & v)
[more]inline void transH2N(Flt & v)
[more]inline void transN2H(TimeVal & v)
[more]inline void transH2N(TimeVal & v)
[more]#define ITK_DEF_ACCESS(type_name_arg,body)
[more]#define ITK_DEF_ACCESS3(type,func,body)
inline Bool endlIndent
send end of line and indent.


文書

o#define ITK_EXCEPTION(desc)

o#define ITK_XPT(xtype,desc)

o#define ITK_XPT1(xtype,desc,arg1)

o#define ITK_XPT2(xtype,desc,arg1,arg2)

o#define ITK_XPT3(xtype,desc,arg1,arg2,arg3)

o#define ITK_XPT4(xtype,desc,arg1,arg2,arg3,arg4)

otemplate<int shift> operator FxpT<shift> (const Flt & src)

ovoid myGetOpt(OptArg * optlist, int & argc, char** argv)

ovoid myGetOptSetDefault(OptArg * optlist)

ovoid myGetOptHelp(OptArg * optlist, char * commandname)

oinline void initHeapEntity(char * c)

oinline void initHeapEntity(UInt * i)

oinline void initHeapEntity(Int * i)

oinline void initHeapEntity(void ** ptr)

oinline void initHeapEntity(void * ptr)

oinline Bool MatchIndex(const void * x, const void * y)

oinline Bool MatchIndex(const Int x, const Int y)

oinline Bool MatchIndex(const UInt x, const UInt y)

oinline Bool MatchIndex(const char * x, const char * y)

oinline Bool MatchIndex(const SubString & x, const SubString & y)

otemplate<class Content> void MemArrayT<Content> ::expand(UInt newsize)

otemplate<class Content> Content* MemArrayT<Content> ::findPtr(const Content& content)

otemplate<class Content> UInt MemArrayT<Content> ::findPos(const Content& content)

otemplate<class Content> void MemArrayT<Content> ::shiftDown(const UInt n, const UInt l)

otemplate<class Content> void MemArrayT<Content> ::shiftUp(const UInt n, const UInt l)

otemplate<class Content> Bool MemArrayT<Content> ::remove(const Content& content)

otemplate<class Content> void MemPtrArrayT<Content> ::expand(UInt newsize)

otemplate<class Content> void RingBufferT<Content> ::expand(UInt newsize)

otemplate<class Content> void RingT<Content> ::reverse()

otemplate<class Content> UInt RingT<Content> ::length() const

oextern SimpleSexp2Lexer* newSimpleSexp2Lexer()

oextern void deleteSimpleSexp2Lexer(SimpleSexp2Lexer * lexer)

oextern void assignSimpleSexp2LexerScanner(SimpleSexp2Lexer * lexer, void * scanner)

oinline ostream& operator<<(ostream& ostr, const struct in_addr& addr)

oinline ostream& operator<<(ostream& ostr, const struct sockaddr_in& addr)

oinline ostream& operator<<(ostream& ostr, const WithDescriber& dt)

oinline ostream& operator<<(ostream& ostr, const WithDescriber* ptr)

oextern void dbg(const WithDescriber & obj)

oextern void dbg(const WithDescriber * obj)

otypedef long Int

otypedef unsigned long UInt

otypedef double Flt

oconst Bool False

oconst Bool True

oinline ostream& operator<<(ostream& ostr, const Bool& b)

oinline ostream& operator<<(ostream& ostr, const Ptr p)

o#define ITK_NULLPTR

o#define ITK_NULLCHR

oinline Bool isNull(const void * ptr)

oinline Bool isNull(const char c)

otypedef Flt GeoVal

otypedef Flt Angle

oconst Flt Deg2Rad

oconst Flt Rad2Deg

oinline Flt deg2rad(const Flt & x)

oinline Angle rad2deg(const Flt & x)

oinline Flt Sin(const Flt & x)

oinline Flt Cos(const Flt & x)

oinline Flt Tan(const Flt & x)

oinline Angle ATan(const Flt & x)

oinline Angle ATan(const Flt & y, const Flt & x)

oinline Angle& letNormalizeAngle(Angle & angle)

oinline Angle& normalizeAngle(const Angle & angle)

oinline Angle& letNormalizeAngleRad(Angle & angle)

oinline Angle& normalizeAngleRad(const Angle & angle)

o#define ITK_HERE

o#define ITK_WRN(form)

o#define ITK_ERR(form)

o#define ITK_D(form)

o#define ITK_DBG(form)

o#define ITK_DSC(form)

o#define ITK_MSG(form)

o#define ITK_EXE(form)

o#define ITK_TRC0()

o#define ITK_TRC(form)

o#define ITK_TRCin()

o#define ITK_TRCout()

otypedef Int VbsLevel

o#define ITK_VBS(level,form)

o#define ITK_VBSC(level,form)

o#define ITK_SET_VBS(level)

o#define ITK_TIME(label,form)

o#define ITK_TIME1(form)

o#define ITK_THR(" << Thread::thisThread()

o#define ITK_WRN_T(form)

o#define ITK_ERR_T(form)

o#define ITK_DBG_T(form)

o#define ITK_DSC_T(form)

o#define ITK_MSG_T(form)

o#define ITK_EXE_T(form)

o#define ITK_TRC0_T()

o#define ITK_TRC_T(form)

o#define ITK_TRCin_T()

o#define ITK_TRCout_T()

ovoid nop()

o#define ITK_EPS

oinline Int Max(const Int x, const Int y)

oinline Int Min(const Int x, const Int y)

oinline int Max(const int x, const int y)

oinline int Min(const int x, const int y)

oinline Flt Max(const Flt x, const Flt y)

oinline Flt Min(const Flt x, const Flt y)

oinline void Swap(Int& x, Int& y)

oinline void Swap(UInt& x, UInt& y)

oinline void Swap(Flt& x, Flt& y)

oinline void Swap(int& x, int& y)

oinline Flt Abs(const Flt& x)

oinline Int Abs(const Int& x)

oinline Flt Sign(const Flt& x)

oinline Int Sign(const Int& x)

oinline Flt sq(const Flt& x)

otemplate<class Value> Value boundT(const Value & value, const Value & min, const Value & max)

oinline Int bound(const Int & value, const Int & min, const Int & max)

oinline Flt bound(const Flt & value, const Flt & min, const Flt & max)

oextern void randomize(UInt seed)

oextern void randomizeByTime()

oextern Bool RandomizedP

oinline Int intRand(Int max)

oinline Int intRand(Int min, Int max)

oinline Flt fltRand()

oinline Flt fltRand(Flt max)

oinline Flt fltRand(Flt min, Flt max)

oextern Int binomial(Int n, Flt p = 0.5)

ovoid sleep(const UInt sec, const UInt msec = 0, const UInt usec = 0)

oinline void msleep(const UInt msec)

oinline void usleep(const UInt usec)

oinline void sleep(const TimeVal& tv)

oBool sleepUntil(const TimeVal& etime)

ovoid sleepForever()

oinline Flt myswap64(const Flt & x)

oinline void transN2H(char & v)

oinline void transH2N(char & v)

oinline void transN2H(short & v)

oinline void transH2N(short & v)

oinline void transN2H(unsigned short & v)

oinline void transH2N(unsigned short & v)

oinline void transN2H(Int & v)

oinline void transH2N(Int & v)

oinline void transN2H(UInt & v)

oinline void transH2N(UInt & v)

oinline void transN2H(float & v)

oinline void transH2N(float & v)

oinline void transN2H(Flt & v)

oinline void transH2N(Flt & v)

oinline void transN2H(TimeVal & v)

oinline void transH2N(TimeVal & v)

o#define ITK_DEF_ACCESS(type_name_arg,body)

o#define ITK_DEF_ACCESS3(type,func,body)

Alphabetic index HTML クラス階層 or Java



このページは、DOC++により生成されています