Classes | |
class | itk::ByteSwapper< T > |
Perform machine dependent byte swapping. More... | |
class | itk::Directory |
Portable directory/filename traversal. More... | |
class | itk::DynamicLoader |
Portable loading of dynamic libraries or dll's. More... | |
class | itk::FastMutexLock |
Critical section locking class. More... | |
class | itk::FileOutputWindow |
Messages sent from the system are sent to a file. More... | |
class | itk::Indent |
Control indentation during Print() invocation. More... | |
class | itk::Logger |
Class Logger is meant for logging information during a run. More... | |
class | itk::LoggerBase |
Class LoggerBase is meant for logging information during a run. More... | |
class | itk::LoggerManager |
Class LoggerManager is meant for centrally managing loggers. More... | |
class | itk::LoggerOutput |
This class is meant for overriding itk::OutputWindow to redirect messages to itk::Logger. More... | |
class | itk::LoggerThreadWrapper< SimpleLoggerType > |
Class LoggerThreadWrapper is meant for providing logging service as a separate thread. More... | |
class | itk::LogOutput |
Class LogOutput represents an output stream. More... | |
class | itk::MultipleLogOutput |
Class MultipleLogOutput allows writing simultaneously to multiple streams. Note that the class derives from std::streambuf and contains a std::set<> of LogOutput. More... | |
class | itk::MutexLock |
Mutual exclusion locking class. More... | |
class | itk::OutputWindow |
Messages sent from the system are collected by this object. More... | |
class | itk::SimpleFastMutexLock |
Critical section locking class that can be allocated on the stack. More... | |
class | itk::SimpleMutexLock |
Simple mutual exclusion locking class. More... | |
class | itk::StdStreamLogOutput |
Class StdStreamLogOutput represents a standard stream output stream. This class provides thread safety for the standard stream output stream. More... | |
class | itk::ThreadLogger |
Class ThreadLogger is meant for providing logging service as a separate thread. More... | |
class | itk::Win32OutputWindow |
Collect error and debug messages on Win32-based systems. More... | |
class | itk::XMLFileOutputWindow |
Messages sent from the system are sent to a file with each message enclosed by XML tags. More... |
These objects are the basic operating system related system objects in ITK.