►CWPredicateHelper::ArbitraryPredicateBase< T > | This class builds the base for wrapping around nearly every possible predicates like functors, classes with operator() and so on |
CWPredicateHelper::ArbitraryPredicate< T, Predicate > | The actual class implementing the predicate evaluation |
CWPropertyStructHelper::AsVector< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 > | Convert a list of template parameters to a boost::mpl::vector |
CWModuleMetaInformation::Author | Structure to contain all supported author information |
►CBoundingBoxImpl | |
CWBoundingBoxImpl< VT > | Represents a axis parallel bounding box and provides some useful operations with them |
CWBoundingBoxImpl< osg::Vec3 > | |
►CBox | |
CWOSGButton | Class implements an osgWidget::Box with a label that can be used as a button in the 3D scene |
Cwlog::WStreamedLogger::Buffer | Actually implementing the streaming functionality |
CCallable | Helper class |
►CCallback | |
CWGEPropertyUniformCallback< T > | This class is an OSG Callback which allows uniforms to be controlled by properties |
CWGEShaderAnimationCallback | This is a uniform callback setting the uniform to the current time in milliseconds, hundredth of a second or tenth of a second |
►CCallbackType | |
CWGEFunctorCallback< Type > | This callback allows you a simple usage of callbacks in your module |
CWGEPropertyTransformationCallback< ParentType, TargetType > | TODO(ebaum): write |
►CCamera | |
►CWGECamera | Class for wrapping around the OSG Camera class |
►CWGEOffscreenRenderPass | This class encapsulates an OSG Camera and a corresponding framebuffer object |
►CWGEOffscreenTexturePass | This class encapsulates an OSG Camera and a corresponding framebuffer object |
CWGEOffscreenFinalPass | This class is basically a WGEOffscreenTexturePass with the difference that it finally renders to the on-screen frame buffer |
►CWObjectNDIP< WGECamera > | |
►CWGEViewerEffect | Base class for implementing basic fullscreen effects for the WGEViewer |
CWGEViewerEffectHorizon | Horizon Effect |
CWGEViewerEffectImageOverlay | Image Overlay Effect |
CWGEViewerEffectVignette | Vignette Effect |
CWGEGroupNode::ChildOperation | A struct denoting an operation on this group |
CcompSize | Implements a compare operator for clusters, depending on leaf count |
CcompValue | Implements a compare operator for clusters, depending on custom value of the cluster |
CWSharedLib::data | Simple class holding an opened library |
CDataType< T > | An object that knows an appropriate dataType flag for the typename T |
CDataType< double > | Specialization for a specific datatype |
CDataType< float > | Specialization for a specific datatype |
CDataType< int16_t > | Specialization for a specific datatype |
CDataType< int32_t > | Specialization for a specific datatype |
CDataType< int64_t > | Specialization for a specific datatype |
CDataType< int8_t > | Specialization for a specific datatype |
CDataType< long double > | Specialization for a specific datatype |
CDataType< uint16_t > | Specialization for a specific datatype |
CDataType< uint32_t > | Specialization for a specific datatype |
CDataType< uint64_t > | Specialization for a specific datatype |
CDataType< uint8_t > | Specialization for a specific datatype |
CDataTypeRT< rtType > | Convert a runtime type to a C++ type |
CDataTypeRT< W_DT_DOUBLE > | Specialization for a specific type |
CDataTypeRT< W_DT_FLOAT > | Specialization for a specific type |
CDataTypeRT< W_DT_FLOAT128 > | Specialization for a specific type |
CDataTypeRT< W_DT_INT16 > | Specialization for a specific type |
CDataTypeRT< W_DT_INT64 > | Specialization for a specific type |
CDataTypeRT< W_DT_INT8 > | Specialization for a specific type |
CDataTypeRT< W_DT_SIGNED_INT > | Specialization for a specific type |
CDataTypeRT< W_DT_UINT16 > | Specialization for a specific type |
CDataTypeRT< W_DT_UINT32 > | Specialization for a specific type |
CDataTypeRT< W_DT_UINT64 > | Specialization for a specific type |
CDataTypeRT< W_DT_UINT8 > | Specialization for a specific type |
CWMatrixFixedTest::DifferentStorageType< ValueT, Rows, Cols > | A class used for a test with different data storage, we use column major order |
CWDataSetDipoles::Dipole | Internal class representing one dipole |
►CDrawable | |
CWFiberDrawable | Class implements an osg::Drawable that paints fiber representations either using lines or tubes |
►CDrawCallback | |
CWGEScreenCapture | This class is a screen recorder |
CWGEViewer::QueryCallback | Small class used for querying glGet info during rendering |
►Cenable_shared_from_this | |
CWBatchLoader | Class for loading many datasets |
►CWDataSet | Base class for all data set types |
CWDataSetDipoles | Represents a dipole dataset |
CWDataSetFibers | Represents a simple set of WFibers |
CWDataSetFiberVector | Represents a simple set of WFibers |
CWDataSetHierarchicalClustering | Represents a hierarchy of clusters |
CWDataSetPoints | Dataset to store a bunch of points without order or topology |
►CWDataSetSingle | A data set consisting of a set of values based on a grid |
CWDataSetDTI | Represents a Diffusion-Tensor-Image dataset |
CWDataSetRawHARDI | This data set type contains raw HARDI and its gradients |
CWDataSetScalar | This data set type contains scalars as values |
CWDataSetSegmentation | A dataset that stores the segmentation of the brain into CSF, white and gray matter |
CWDataSetSphericalHarmonics | This data set type contains spherical harmonic coefficients as values |
CWDataSetVector | This data set type contains vectors as values |
CWDataSetTimeSeries | A dataset that stores a time series |
►CWRecording | Base class for all recorded data and results with events and sensor positions |
CWEEG | Contains EEG recording data |
CWEEG2 | Class which contains EEG recording data, read from a WPagerEEG |
CWGEViewer | Class for managing one view to the scene |
CWItemSelection | A class containing a list of named items |
►CWModule | Class representing a single module of OpenWalnut |
CWDataModule | Base for all data loader modules |
CWModuleContainer | Class able to contain other modules |
CWModuleImpl | Class implementing a simple module since WModuleConnector itself is not usable for proper testing itself because it is has pure virtual methods, i.e |
►CWModuleCombiner | This is a base class for all module combination classes |
►CWModuleOneToOneCombiner | Base class for all combiners which apply one connection between two connectors of two modules |
CWApplyCombiner | Base class for all combiners which apply one connection between two connectors of two modules |
CWDisconnectCombiner | Combiner which disconnects the specified connection |
CWModuleProjectFileCombiner | This class is able to parse project files and create the appropriate module graph inside a specified container |
►CWModuleConnector | Base class for modelling connections between kernel modules |
►CWModuleInputConnector | Class implementing input connection functionality between modules |
►CWModuleInputData< T > | Class offering an instantiate-able data connection between modules |
CWModuleInputForwardData< T > | This is a simple class which forwards input data to input data connectors |
►CWModuleOutputConnector | Class implementing output connection functionality between modules |
►CWModuleOutputData< T > | Class offering an instantiate-able data connection between modules |
CWModuleOutputForwardData< T > | This is a simple class which forwards output data to output data connectors |
CWProjectFile | Class loading project files |
►CWPropertyBase | Abstract base class for all properties |
►CWPropertyGroupBase | This is the base class and interface for property groups |
CWPropertyGroup | Class to manage properties of an object and to provide convenience methods for easy access and manipulation |
CWPropertyList< T > | This is a dynamic property list |
CWPropertyStruct< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 > | This is a property which encapsulates a given, fixed number of other properties |
CWPropertyVariable< T > | A named property class with a concrete type |
CWRMBranch | Implements a branch in the tree like structure for rois |
CWROIManager | Class to store and manage different ROI's for fiber selection |
CWTreeNode | A node in a tree, holding an index, a level in the tree and pointers to its child nodes |
CWUI | This class prescribes the interface to the UI |
►CWTransferFunction::Entry | Prototype for a storage element |
CWTransferFunction::AlphaEntry | Alpha entries represent linearly interpolated transparency values along the isovalue scale |
CWTransferFunction::ColorEntry | Color entries are linearly interpolated colors along isovalues |
►Cstd::exception | STL class |
►CWException | Basic exception handler |
►CWDHException | General purpose exception and therefore base class for all DataHandler related exceptions |
CWDHIOFailure | Use this for IO error handling |
CWDHNoSuchDataSet | Should be thrown when an invalid index is used to get a WDataSet from the WSubject |
CWDHNoSuchFile | File not found exception |
CWDHNoSuchSubject | Should be thrown when an invalid index is used to get a WSubject from the WDataHandler |
CWDHParseError | Use this for IO error handling |
CWDHValueSetMismatch | An exception that should be used whenever two valuesets are used which need to be of same size, dim, order or whatever |
CWEquationHasNoRoots | Indicates invalid element access of a container |
CWFileNotFound | Thrown whenever a file was not found |
CWFileOpenFailed | Thrown whenever a file could not be opened |
►CWGEException | General purpose exception and therefore base class for all graphics engine related exceptions |
CWGEInitFailed | Exception thrown if initialization of the graphics engine fails |
CWGESignalSubscriptionFailed | Exception thrown if a notifier could not be subscribed to a signal |
CWInvalidBoundingBox | Indicates that a bounding box is not valid, meaning its valid() member function delivers false |
CWInvalidID | Indicates invalid element access of a container |
►CWKernelException | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectorModuleLockFailed | General purpose exception and therefore base class for all kernel related exceptions |
►CWModuleException | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleAlreadyAssociated | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectionFailed | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectionInvalid | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectorInitFailed | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectorNotFound | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectorsIncompatible | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleConnectorUnconnected | Exception thrown whenever something is requested from an connector which is not connected |
CWModuleDisconnectFailed | General purpose exception and therefore base class for all kernel related exceptions |
CWModuleRequirementNotMet | Thrown whenever a module should be run but its requirements are not completely met |
CWModuleUninitialized | General purpose exception and therefore base class for all kernel related exceptions |
CWPrototypeNotUnique | Thrown whenever an prototype name is not unique |
CWPrototypeUnknown | Thrown whenever an unknown prototype is specified |
CWLibraryFetchFailed | Thrown whenever a symbol could not be fetched |
CWLibraryLoadFailed | Thrown whenever a library could not been loaded |
CWNameNotUnique | Indicates that a given name is not unique in a group of names |
CWNotFound | Indicates invalid value which could not be found |
CWNotImplemented | Indicates invalid element access of a container |
CWOutOfBounds | Indicates invalid element access of a container |
CWParseError | Indicates invalid input in a parser |
CWPreconditionNotMet | An exception that gets thrown when preconditions of a function are not met |
CWPropertyNameMalformed | Indicates invalid property name |
CWPropertyNotUnique | Indicates that a given property is not unique in a group of properties |
CWPropertyUnknown | Indicates invalid element access of a container |
CWSegmentationFault | Base exception class for handling segmentation faults |
CWSignalSubscriptionFailed | General purpose exception and therefore base class for all kernel related exceptions |
CWSignalSubscriptionInvalid | Indicates invalid use of subscribeSignal methods |
CWSignalUnknown | General purpose exception and therefore base class for all kernel related exceptions |
CWTypeMismatch | Indicates invalid type of something |
CWThreadedFunctionTest::ExceptionalFuncType | A function that throws exceptions |
CWWorkerThreadTest::ExceptionalFuncType | A function that throws exceptions |
CWLoggerWrapper::FileStreamEntry | A helper class for storing information about file streams that we added to the logger |
CWPathHelper::Fonts | Paths to all known fonts |
Cstring_utils::fromStringImpl< Target > | Conversion class to convert a string to a given target type |
Cstring_utils::fromStringImpl< std::string > | Conversion class to convert a string to a given target type |
CWThreadedFunctionTest::FuncType | A threaded function |
CWWorkerThreadTest::FuncType | A threaded function |
►CGeode | |
CWDendrogramGeode | Class creates a dendrogram from a hierarchical clustering |
CWGESubdividedPlane | Represents a plane which is subdivided into quads where each quad primitive is colorable |
►CWROI | Superclass for different ROI (region of interest) types |
CWROIArbitrary | A box containing information on an arbitrarily shaped a region of interest |
CWROIBox | A box representing a region of interest |
CWROISphere | A sphere representing a region of interest |
Cwge::GLType< T > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< double > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< float > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< int16_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< int32_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< int64_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< int8_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< long double > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< uint16_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< uint32_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< uint64_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
Cwge::GLType< uint8_t > | Class helping to adapt types specified as template parameter into the best matching OpenGL type |
►Cgrammar | |
CGrammar< Iterator > | Namespace WStructuredTextParser { /** The grammar describing the structured format |
►CGUIEventAdapter | |
CGUIEvents | Is just a short hand to the long name "osgGA::GUIEventAdapter" |
►CGUIEventHandler | |
CWCustomWidgetEventHandler | An event handler for a custom widget which eases interaction with GUIEvents within your module |
CWPickHandler | Class to handle events with a pick |
Cwtracking::WThreadedTrackingFunction::IndexType | An index for seed positions |
CWJoinContourTree::IndirectCompare | Comperator for indirect sort so the value set is not modified |
CWStructuredTextParser::KeyValueType | KeyValueType - a tuple containing name and value |
►CLabel | |
CWOSGButtonLabel | Implements mouse interaction for a osgWidget label |
CWTransferFunction::LessPred< T > | Templatized comparison predicate for internal searching |
Clessy | Implements the compare function for std::nth_element on a point array |
►CMatrixd | |
►CTransformation | Base class for all further transformations |
CRotator | Provides a time dependent rotation around a specified axis |
CTranslator | Provides a time-dependent translation |
CZoomer | Provides a comfortable zoomer lens |
►CMatrixManipulator | |
CWGE2DManipulator | A manipulator which changes the view of a 2D scene |
CWGEAnimationManipulator | New OSG manipulator: AnimationManipulator |
CWGENoOpManipulator | This is an OSG Manipulator implementation which does nothing |
►CMatrixTransform | |
CWGEGridNode | This node is able to represent a grid in certain ways |
►CWGEGroupNode | Class to wrap around the osg Group node and providing a thread safe add/removal mechanism |
CWGEBorderLayout | This class contains a label layout for positioning labels at the side of the screen |
CWGEManagedGroupNode | This class adds some convenience methods to WGEGroupNode |
CWGEOffscreenRenderNode | This type of node basically is a convenience class for managing and creating offscreen renderings |
CWGEScene | Class for managing the OpenSceneGraph root node |
CWGETextureHud::WGETextureHudEntry | Class implementing one texture HUD entry representing a texture in the HUD |
CWPredicateHelper::Name< T > | This class tests against the getName() method of the instances of type T |
CWPredicateHelper::Name< boost::shared_ptr< T > > | This class tests against the getName() method of the instances of type T |
►CNodeCallback | |
CBoundsCallback | Update matrix transform according to bounds of some node |
CWGEBorderLayout::SafeUpdateCallback | Node callback to actually layout the objects |
CWGEGroupNode::SafeUpdaterCallback | Update callback which inserts and removes nodes from m_childRemovalQueue and m_childInsertionQueue to the group node |
CWGELinearTranslationCallback< T > | This class is an OSG Callback which allows simple linear translation of a matrix transform node along a specified axis |
CWGENodeMaskCallback | This callback is useful to en-/disable nodes using the node mask based on properties |
CWGEOffscreenTexturePass::TextureMatrixUpdateCallback | Callback which aligns and renders the textures |
CWGEShader::SafeUpdaterCallback | Update callback which handles the shader reloading |
CWGESwitchCallback< PropType > | This callback is able to switch a osg::Switch node using a property |
CWGETextureHud::SafeUpdateCallback | Callback which aligns and renders the textures |
CWGEViewerEffectImageOverlay::Updater | Update the uniforms and textures if needed |
CWGEViewportCallback< T, Source > | This callback is useful to update viewport information on several nodes supporting it |
CWROIArbitrary::ROIArbNodeCallback | Node callback to handle updates properly |
CWROIBox::ROIBoxNodeCallback | Node callback to handle updates properly |
CWGEColormapping::NodeInfo | Simple structure to store some additional node-related info like texture units and so on |
CWStructuredTextParser::ObjectType | An object is always a name and contains several further nodes |
CWModuleMetaInformation::Online | Structure to encapsulate the META info online resources |
►Cpair | |
Cutility::Edge | A helper class that is used to store edges as pairs of vertex indices |
CWTensorBaseSym< order, dim, Data_T >::PositionIndexer | A class that maps symmetric tensor indices to vector positions |
CWModuleLoader::PostponedLoad | Helper to store information on a lib which gets initialized later |
CWGEPostprocessor::PostprocessorInput | This class encapsulates a G-Buffer |
►CProgram | |
CWGEShader | Class encapsulating the OSG Program class for a more convenient way of adding and modifying shader |
►CProjection | |
CWGETextureHud | This class implements a HUD showing several textures on screen |
►CWPropertyVariable< T >::PropertyConstraint | Class building the base for user defined constraints on a property instance |
CWPropertyConstraintIsDirectory< T > | This class allows constraining properties to be existing filenames |
CWPropertyConstraintIsValid< T > | This class allows constraining properties to only be set if a isValid method returns true |
CWPropertyConstraintMax< T > | This class allows constraining properties using a maximum value and the corresponding <= operator |
CWPropertyConstraintMin< T > | This class allows constraining properties using a minimum value and the corresponding >= operator |
CWPropertyConstraintNotEmpty< T > | This class allows constraining properties to be not empty |
CWPropertyConstraintPathExists< T > | This class allows constraining properties to be existing filenames |
CWPropertyConstraintSelectOnlyOne< T > | This class allows constraining selection properties to not allow selection of multiple items |
CWPropertyGroupBase::PropertyCreatorAndGroupAdder< PropertyType > | Comfortable template to create a property instance and add it to the group |
CWPropertyGroupBase::PropertyCreatorAndGroupAdder< WPropertyStructHelper::NOTYPE > | Specialization which does nothing for the NOTYPE default template parameters of WPropertyStruct |
CWPropertyStructHelper::PushTypeToTupleFront< T, Tuple > | Class to push a type from a sequence to the front of a tuple type |
CWPropertyStructHelper::PushTypeToTupleFront< T, boost::tuple< BOOST_PP_ENUM_PARAMS(10, T) > > | Class to push a type from a sequence to the front of a tuple type |
CWGEScreenCapture::RecordingInformation | Keeps track of several frame-counts |
CWModuleMetaInformation::Screenshot | Structure to encapsulate a screenshot info |
CWPropertyStructHelper::SequenceToTuple< Sequence > | Converts a boost mpl sequence to a boost tuple |
►Cstatic_visitor | |
CIsCommentVisitor | Visitor to identify whether the given variant of type WStructuredTextParser::MemberType is a comment |
CIsLeafVisitor | Visitor to identify whether the given variant of type WStructuredTextParser::MemberType is a object or key-value pair |
CNameQueryVisitor | Visitor to query the m_name member of WStructuredTextParser::ObjectType and WStructuredTextParser::KeyValueType |
CStructuredValueTree | This simplifies working with a tree in a WStructuredTextParser::FileType instance |
CWValueSet< T >::SubArray | A helper class granting safe access to a certain part of the valueset |
►CSwitch | |
CWGEPostprocessingNode | This class enables you to add arbitrary nodes that get post-processed in screen space |
►CTensorBase_T | |
CWTensorFunc< TensorBase_T, order, dim, Data_T > | Implements functions that should only be defined for certain values of order |
CWTensorFunc< TensorBase_T, 0, dim, Data_T > | Implements the operator () for an order of 0 and a cast to Data_T |
CWTensorFunc< TensorBase_T, 1, dim, Data_T > | Implements the operator () for an order of 1 as well as a cast to WValue |
CWTensorFunc< TensorBase_T, 2, dim, Data_T > | Implements the operator () for an order of 2 as well as casts to WMatrix |
CWTensorFunc< TensorBase_T, 3, dim, Data_T > | Implements the operator () for an order of 3 |
CWTensorFunc< TensorBase_T, 4, dim, Data_T > | Implements the operator () for an order of 4 |
CWTensorFunc< TensorBase_T, 5, dim, Data_T > | Implements the operator () for an order of 5 |
CWTensorFunc< TensorBase_T, 6, dim, Data_T > | Implements the operator () for an order of 6 |
►CTestSuite | |
CWBoundingBoxTest | Unit tests for the WBoundingBox wrapper to osg::BoundingBox |
CWColorTest | Unit tests the color helping functions |
CWCompileTimeFunctionsTest | Test class for WBinom and WPower template |
CWConditionOneShotTest | Test WConditionOneShot |
CWConditionSetTest | Test WConditionSet |
CWConditionTest | Test WCondition |
CWDataHandlerTest | Test important functionality of WDataHandler class |
CWDataSetDTITest | Testsuite for unit tests of the WDataSetDTI class |
CWDataSetFiberVectorTest | Unit tests our fiber dataset class |
CWDataSetScalarTest | Tests for the data set type containing only scalars |
CWDataSetSingleTest | Test important functionality of WDataSetSingle class |
CWDataSetTest | Test important functionality of WDataSet class |
CWDataSetTimeSeriesTest | Unit tests the time series class |
CWDataSetVectorTest | Test basic functionality of WDataSetVector |
CWDendrogramTest | TestSuite for the WDendrogram class |
CWEEGTest | Test important functionality of WEEG class |
CWExceptionTest | Test WException |
CWFiberClusterTest | Unit test the WFiberCluster class |
CWFiberTest | Unit tests our WFiber class |
CWFlagForwarderTest | Test WFlagForwarder |
CWFlagTest | Test WFlag |
CWGEGeometryUtilsTest | Tests for the GeometryUtils |
CWGridRegular3DTest | Tests the WGridRegular3D class |
CWGridTest | Tests the WGrid class |
CWGridTransformTest | Tests the WGridTransform class |
CWHistogram2DTest | Unit tests the WHistogramBasic class |
CWHistogramBasicTest | Unit tests the WHistogramBasic class |
CWIOToolsTest | Unit test WIOTools functions |
CWITKImageConversionTest | Test functionality of WITKConversion class |
CWJoinContourTreeTest | Unit tests the Join Tree of the Contour Tree! |
CWLinearAlgebraFunctionsTest | Tests for WMatrix |
CWLineTest | Unit tests the WLine class |
CWLogEntryTest | Unit tests our log messages |
CWLoggerTest | Unit tests our WLogger facility |
CWMarchingCubesAlgorithmTest | Tests for the class computing the actual marching cubes |
CWMathTest | Unit tests wmath's helper functions |
CWMatrixFixedTest | Tests for WMatrixFixed |
CWMatrixSymTest | Unit test this LookUp table class |
CWMatrixTest | Tests for WMatrix |
CWMixinVectorTest | Unit tests the WMixinVector copy from OSG |
CWModuleConnectorTest | Tests the WModuleConnector class |
CWOSSIMHelperTest | Tests for WOSSIMHelper |
CWPersonalInformationTest | Tests for WPersonalInformation |
CWPickInfoTest | Test for WPickInfo |
CWPlaneTest | Unit tests the WPlane class |
CWPolynomialEquationSolversTest | Testsuite for the WPolynomialEquationSolvers functions |
CWProgressCombinerTest | Class testing the functionality of progress combiners |
CWProgressTest | Test Class for the base progress class |
CWPropertiesTest | Test WProperties |
CWPropertyStructTest | Test WPropertyStruct |
CWPropertyVariableTest | Test WPropertyVariable |
CWPrototypedTest | Test WPrototyped |
CWRecordingTest | Test important functionality of WRecording class |
CWROITest | Test for WROI |
CWStringUtilsTest | Testing some boundary cases and basic behaviour of those helper functions |
CWStructuredTextParserTest | Test parsing and query functionality |
CWSubjectTest | The tests for our subject class |
CWSymmetricSphericalHarmonicTest | Testsuite for WSymmetricSphericalHarmonic |
CWTensorBaseSymTest | Test class for WTensorBaseSym |
CWTensorBaseTest | Test class for WTensorBase |
CWTensorFuncTest | A class that tests the WTensorFunc template |
CWTensorFunctionsTest | Test class for some tensor functions |
CWTensorOperatorsTest | Test class for all tensor operators |
CWTensorSymTest | Test class for the WTensorSym template |
CWTensorTest | Test class for the WTensor template |
CWTensorTypesTest | Test all typecasts and copy operators that copy from another type |
CWTensorUtilityTest | Test some utility functions |
CWTerminalColorTest | Test WTerminalColor |
CWThreadedFunctionTest | Tests the WThreadedFunction class |
CWThreadedPerVoxelOperationTest | Test the WThreadedPerVoxelOperation template |
CWThreadedRunnerTest | Tests the WThreadedRunner class |
CWThreadedTrackingFunctionTest | Test the WThreadedTrackingFunction class |
CWTrackingUtilityTest | Test the utility functions for tracking |
CWTriangleMeshTest | Testing the WTriangleMesh class |
CWUnionFindTest | Unit tests the WUnionFind datastructure |
CWUnitSphereCoordinatesTest | Test class for the WUnitSphereCoordinates template |
CWValueSetBaseTest | Testing abstract class via a Dummy class derived esp |
CWValueSetHistogramTest | Test WValueSetHistogram |
CWValueSetTest | UnitTests the WValueSet class |
CWValueTest | Testsuite for WValue |
CWWorkerThreadTest | Tests the WWorkerThread class |
►CText | |
CWGELabel | Label layout-item |
►CTextureType | |
►CWGETexture< TextureType > | This calls serves a simple purpose: have a texture and its scaling information together which allows very easy binding of textures to nodes with associated shaders |
CWDataTexture3D | This class allows simple creation of WGETexture3D by using a specified grid and value-set |
CWDataSetTimeSeries::TimeSliceCompare | A compare functor for time slices |
►CTrackballManipulator | |
CWGEZoomTrackballManipulator | New OSG manipulator: TrackballManipulator with added mouse wheel zoom |
CWTypeTraits::TypePromotion< T1, T2 > | Class for checking the "better" type if two integral types are known |
CWTypeTraits::TypePromotion< T, T > | Class for checking the "better" type if two integral types are known |
►CUniform | |
CWGEPropertyUniform< T > | Class implementing a uniform which can be controlled by a property instance |
Cwge::UniformType< T > | Class helping to adapt types specified as template parameter into the best matching osg::Uniform (GLSL) type |
Cwge::UniformType< double > | Maps doubles to floats as only floats are allowed in uniforms |
Cwge::UniformType< WIntervalDouble > | Maps Selection Properties to ints |
Cwge::UniformType< WItemSelector > | Maps Selection Properties to ints |
Cwge::UniformType< WVector3d > | Maps WVector3d/WPosition to osg::Vec3 |
CValueStore< ValueT, Rows, Cols > | A data store with the specified dimensions and type |
CValueStore< double, Rows, Cols > | |
CValueStore< T, Rows, Cols > | |
CWBinom< n, k > | Implements compile-time calculation of binomial coefficients |
CWBinom< 0, k > | This specialization of the WBinom struct is needed to avoid infinite recursion in case of k > n |
CWBinom< n, 0 > | Specialization for k = 0 |
CWBinom< n, n > | Specialization for n = k |
►CWCondition | Class to encapsulate boost::condition_variable_any |
CWConditionOneShot | Implements a WCondition, but can be fired only ONCE |
CWConditionSet | Class allowing multiple conditions to be used for one waiting cycle |
CWPropertyObserver | This class can observe properties inside a property group |
CWCrosshair | This class stores the position of the crossing navigation slices, which is also represented as crosshairs in the navigation widgets |
CWCustomWidget | Custom widget which is created by a module to display custom information |
CWDataHandler | Provides the environment for storing and accessing different subjects |
CWEEG2Segment | Class which contains one segment of an EEG recording, read from a WPagerEEG |
CWEEGChannelInfo | Class which contains information about one channel of an EEG recording, read from a WPagerEEG |
CWEEGElectrodeObject | An incomplete implementation to store information about electrodes of EEG data |
CWEEGPositionsLibrary | Class which contains the positions of EEG electrodes by label |
CWFactorial< n > | Implements compile-time evaluation of factorials |
CWFactorial< 0 > | Specialization for n = 0 |
CWFiberAccumulator | A class that encapsulates the data needed to construct a WDataSetFibers |
CWFiberIterator | An iterator for fibers of a fiber dataset |
CWFiberPointsIterator | An iterator for iterating the points of a fiber |
CWFiberSelector | Adaptor class between the roi manager and the fiber display |
►CWFlag< T > | Class to have a simple notification/condition system for simple flags |
CWPropertyVariable< T > | A named property class with a concrete type |
CWFlag< bool > | |
CWFlagForwarder< T > | This class helps especially container module programmers to easily synchronize the value of one flag with several other flag |
CWGECallbackTraits< Type > | This class is needed as OSG does not define a uniform callback type |
CWGECallbackTraits< osg::Drawable > | Drawables have their own callback type and do NOT provide a traverse method |
CWGECallbackTraits< osg::Node > | Nodes have their own callback type and provide a traverse method (as they can be nested) |
CWGECallbackTraits< osg::StateAttribute > | StateAttributes have their own callback type and do NOT provide a traverse method |
CWGECallbackTraits< osg::StateSet > | StateSets have their own callback type and do NOT provide a traverse method |
CWGEColormapping | Class implements a manager for multiple 3D textures |
►CWGEGraphicsWindow | Class managing a single graphics context and OSG GraphicsWindow |
CWGEViewer | Class for managing one view to the scene |
►CWGELayoutableItem | This class builds the base for graphical items that can be layouted using WGEItemLayouter instances |
CWGELabel | Label layout-item |
►CWGEShaderPreprocessor | Base class for each preprocessing possible to shader code |
CWGEShaderCodeInjector | This preprocessor is able to inject code into a shader |
CWGEShaderDefine< ValueType > | This class is able to provide arbitrary values as define statements in GLSL code |
►CWGEShaderDefine< PropertyType::element_type::ValueType > | |
CWGEShaderPropertyDefine< PropertyType > | This class is able to provide arbitrary values as define statements in GLSL code |
►CWGEShaderDefineOptions | This GLSL preprocessor is able to set one define from a list of defines depending on the active option |
CWGEShaderPropertyDefineOptions< PropType, PropIndexAdapter > | This is a WGEShaderDefineOptions class which additionally uses a property to automatically control the active options |
CWGEShaderVersionPreprocessor | This preprocessor removes the version-statement from the code and puts it to the beginning of the code |
CWGEShaderPropertyDefineOptionsIndexAdapter< PropType > | Class converts the specified property value to an index list |
CWGEShaderPropertyDefineOptionsIndexAdapter< WPropSelection > | Class converts the specified property value to an index list |
►CWGrid | Base class to all grid types, e.g |
CDummy | Dummy class for testing the abstract class WGrid |
CWGridRegular3DTemplate< T > | A grid that has parallelepiped cells which all have the same proportion |
CWGridTransformOrthoTemplate< T > | Implements an orthogonal grid transformation |
►CWHierarchicalTree | Base class for hierarchical tree implementations |
CWHierarchicalTreeFibers | Class implements a hierarchical tree and provides helper functions for selection and navigation |
CWHierarchicalTreeVoxels | Class implements a hierarchical tree and provides helper functions for selection and navigation |
►CWHistogram | Container which associate values with (uniform width) bins (aka intervals or buckets) |
CWHistogramBasic | Container which associate values with (uniform width) bins (aka intervals or buckets) |
CWValueSetHistogram | Used to find the occurrence frequencies of values in a value set |
CWHistogramND< N, T > | This template should handly arbitrary N-dimensional histograms |
►CWHistogramND< 2 > | |
CWHistogram2D | Uniform two dimensional histogram for double values |
CWInputConnectorWrapper | A wrapper for input connectors |
CWInterval< T > | Basic class for encapsulating a std::pair to be interpreted as interval |
►CWItemSelectionItem | Class for keeping a single named item in a WItemSelection |
CWDataSetFibers::ColorScheme | Item used in the selection below also containing color info |
CWItemSelectionItemTyped< T > | A derivation of WItemSelection which can store a value of any type |
CWItemSelector | This class represents a subset of a WItemSelection |
CWKdTree | Implements the computation of a kd tree on a point array |
CWLogEntry | Represents a simple log message with some attributes |
CWLogger | This class defines the interface for adding logs and managing several output streams for them |
CWLoggerWrapper | A wrapper for WLogger |
CWLogStream | Class implementing a capsule for an output stream and the needed level and format information |
CWMarchingCubesAlgorithm | This class does the actual computation of marching cubes |
CWMarchingLegoAlgorithm | Creates a non interpolated triangulation of an isosurface |
CWMatrixFixed< ValueT, Rows, Cols, ValueStoreT > | A fixed size matrix class |
CWMatrixFixed< double, 2, 1 > | |
CWMatrixFixed< double, 3, 1 > | |
CWMatrixFixed< double, 3, 3 > | |
CWMatrixFixed< double, 4, 4 > | |
CWMatrixFixed< T, 3, 1 > | |
CWMatrixSym< T > | Symmetric square matrix, storing only the elements of the triangular matrix without the main diagonal |
CWMCTriangle | Encapsulated ids representing a triangle |
CWMixinVector< ValueT > | This is taken from OpenSceneGraph <osg/MixinVector> but copy and pasted in order to reduce dependency to OSG |
►CWMixinVector< WFiber > | |
CWDataSetFiberVector | Represents a simple set of WFibers |
►CWMixinVector< WPosition > | |
►CWLine | A line is an ordered sequence of WPositions |
CWFiber | Represents a neural pathway |
CWMLPointXYZId | A point consisting of its coordinates and ID |
CWMLTriangle | Encapsulated ids representing a triangle |
CWModuleContainerWrapper | Encapsulates a module container |
CWModuleFactory | Class able to create a new copy of an arbitrary module |
CWModuleLoader | Loads module prototypes from shared objects in a given directory and injects it into the module factory |
CWModuleMetaInformation | A class abstracting module meta information |
CWModuleWrapper | A wrapper for a module |
CWOutputConnectorWrapper | A wrapper for output connectors |
CWPagerEEG | Abstract class to load an EEG file and keep it open to support paging |
CWPathHelper | Singleton class helping to find files and paths |
CWPersonalInformation | A structure that holds all relevant information about the subject |
CWPickInfo | Encapsulates info for pick action |
CWPlane | Represents a plane with a normal vector and a position in space |
CWPointXYZId | A point consisting of its coordinates and ID |
CWPosition | This only is a 3d double vector |
CWPower< base, exponent > | Compute the nth power of a value |
CWPower< 0, exponent > | Compute the nth power of a value |
CWPower< base, 0 > | Compute the nth power of a value |
►CWProgress | Class managing progress inside of modules |
CWProgressCombiner | Base class for all kinds of progress combinations |
►CWProjectFileIO | A base class for all parts of OpenWalnut which can be serialized to a project file |
CWGEProjectFileIO | IO class for writing the graphics engine state to a project file |
CWModuleProjectFileCombiner | This class is able to parse project files and create the appropriate module graph inside a specified container |
CWRoiProjectFileIO | IO Class for writing the ROI structure to a project file |
CWPropertyGroupWrapper | Encapsulates a property group |
CWPropertyWrapper | Encapsulates a WProperty |
►CWPrototyped | Interface class for the concept "Prototype" |
CSomePrototypeClass1 | Helper class derived from WPrototyped to check WPrototypes functionality |
CSomePrototypeClass2 | Another helper class derived from WPrototyped |
►CWGEPostprocessor | The base class for all custom post-processors |
CWGEPostprocessorCelShading | Cel shading effect postprocessor |
CWGEPostprocessorEdgeEnhance | Edge enhancing postprocessor |
CWGEPostprocessorGauss | Gauss filtering of the input |
CWGEPostprocessorLineAO | LineAO implementation |
CWGEPostprocessorMergeOp | MergeOp is a operator to merge multiple input texture |
CWGEPostprocessorSSAO | Naive SSAO implementation |
CWModule | Class representing a single module of OpenWalnut |
►CWTransferable | Class building the interface for classes that might be transferred using WModuleConnector |
CWColoredVertices | Represents a std::map where for each vertex ID a color is stored |
CWDataSet | Base class for all data set types |
CWDataSetFiberClustering | This is a dataset which represent a clustering of fibers |
CWDendrogram | Hirachical binary tree datastructure with spatial layout information called dendrogram |
CWFiberCluster | Represents a cluster of indices of a WDataSetFiberVector |
CWJoinContourTree | Processes a dataset for join tree computation |
►CWTestTransferableBase | Test class used to test data transfer and compatibility checks |
CWTestTransferableDerived | Derived test class used to test data transfer and compatibility checks, especially the inheritance checks |
CWTriangleMesh | Triangle mesh data structure allowing for convenient access of the elements |
►CWReader | Read some data from a given file |
CWReaderMatrixSymVTK | Can read a look up table from a file in VTK format |
CWRecursiveTensorEvaluation< Data_T, k, n, N, m > | Recursive evaluation of a spherical function for a gradient |
CWRecursiveTensorEvaluation< Data_T, 0, n, N, m > | Recursive evaluation of a spherical function for a gradient |
CWRecursiveTensorEvaluationLoop< IterEnd, Data_T, k, i, N > | Multiplies gradient components and divides by multiplicities |
CWRecursiveTensorEvaluationLoop< boost::mpl::bool_< false >, Data_T, k, i, N > | Specialization for boost::mpl::bool_< false >, aborts iteration |
►CWRequirement | Base class for all possible kinds of requirements |
CWGERequirement | This requirement ensures an up and running WGE |
CWPrototypeRequirement | This requirement ensures that the specified prototype exists in the factory |
CWScriptEngine | The script engine |
CWScriptInterpreter | An abstract base class for a script interpreter |
CWSelectionManager | Manages the several selection tools |
CWSelectorBranch | TODO(schurade): Document this! |
CWSelectorRoi | Class implements the updating of a bitfield for a roi |
CWSharedLib | This class loads shared libraries and provides function pointers |
►CWSharedObject< T > | Wrapper around an object/type for thread safe sharing of objects among multiple threads |
CWSharedAssociativeContainer< T > | This class provides a common interface for thread-safe access to associative containers (set, multiset, map, multimap) |
CWSharedObject< bool > | |
►CWSharedObject< DatasetContainerType > | |
CWSharedSequenceContainer< DatasetContainerType > | |
CWSharedObject< int > | |
CWSharedObject< ModuleContainerType > | |
CWSharedObject< ModuleSubscriptionsType > | |
►CWSharedObject< PropertyContainerType > | |
CWSharedSequenceContainer< PropertyContainerType > | |
►CWSharedObject< PropertyNameMap > | |
CWSharedAssociativeContainer< PropertyNameMap > | |
►CWSharedObject< PrototypeContainerType > | |
CWSharedAssociativeContainer< PrototypeContainerType > | |
CWSharedObject< RecordingInformation > | |
►CWSharedObject< S > | |
CWSharedSequenceContainer< S > | This class provides a common interface for thread-safe access to sequence containers (list, vector, dequeue ) |
►CWSharedObject< std::map< boost::shared_ptr< WPropertyBase >, boost::signals2::connection > > | |
CWSharedAssociativeContainer< std::map< boost::shared_ptr< WPropertyBase >, boost::signals2::connection > > | |
►CWSharedObject< std::map< osg::Node *, NodeInfo *, std::less< osg::Node * > > > | |
CWSharedAssociativeContainer< std::map< osg::Node *, NodeInfo *, std::less< osg::Node * > > > | |
►CWSharedObject< std::map< osg::ref_ptr< osg::Node >, std::pair< WGEShader::RefPtr, WGEShaderPreprocessor::SPtr > > > | |
CWSharedAssociativeContainer< std::map< osg::ref_ptr< osg::Node >, std::pair< WGEShader::RefPtr, WGEShaderPreprocessor::SPtr > > > | |
►CWSharedObject< std::map< WGEShaderPreprocessor::SPtr, boost::signals2::connection > > | |
CWSharedAssociativeContainer< std::map< WGEShaderPreprocessor::SPtr, boost::signals2::connection > > | |
CWSharedObject< std::size_t > | |
►CWSharedObject< std::vector< boost::shared_ptr< WItemSelectionItem > > > | |
►CWSharedSequenceContainer< std::vector< boost::shared_ptr< WItemSelectionItem > > > | |
CWItemSelection | A class containing a list of named items |
►CWSharedObject< std::vector< osg::ref_ptr< WGETexture3D > > > | |
CWSharedSequenceContainer< std::vector< osg::ref_ptr< WGETexture3D > > > | |
►CWSharedObject< std::vector< typename StrategyType::SPtr > > | |
CWSharedSequenceContainer< std::vector< typename StrategyType::SPtr > > | |
►CWSharedObject< std::vector< WDataModule::SPtr > > | |
CWSharedSequenceContainer< std::vector< WDataModule::SPtr > > | |
►CWSharedObject< std::vector< WLogStream::SharedPtr > > | |
CWSharedSequenceContainer< std::vector< WLogStream::SharedPtr > > | |
►CWSharedObject< SubjectContainerType > | |
CWSharedSequenceContainer< SubjectContainerType > | |
►CWSharedObject< UuidModuleMap > | |
CWSharedAssociativeContainer< UuidModuleMap > | |
CWSharedObject< WBoundingBoxImpl > | |
CWSharedObject< WGridRegular3DTemplate::ConstSPtr > | |
CWSharedObject< WThreadedFunctionStatus > | |
CWSharedObject< wtracking::WThreadedTrackingFunction::IndexType > | |
►CWSharedObjectTicket< Data > | Class which represents granted access to a locked object |
CWSharedObjectTicketRead< Data > | Class which represents granted access to a locked object |
CWSharedObjectTicketWrite< Data > | Class which represents granted access to a locked object |
CWStrategyHelper< StrategyType > | This class allows for an easy strategy pattern-based switching between properties and strategy instances using a WPropSelection |
Cwlog::WStreamedLogger | Resource class for streamed logging |
CPROPERTY_TYPE_HELPER::WStringConversion< T > | Class helping to create a new instance of the property content from an old one |
CPROPERTY_TYPE_HELPER::WStringConversion< WPVBaseTypes::PV_INTERVAL > | Class helping to create a new instance of the property content from an old one |
CPROPERTY_TYPE_HELPER::WStringConversion< WPVBaseTypes::PV_MATRIX4X4 > | Class helping to create a new instance of the property content from an old one |
CPROPERTY_TYPE_HELPER::WStringConversion< WPVBaseTypes::PV_POSITION > | Class helping to create a new instance of the property content from an old one |
CPROPERTY_TYPE_HELPER::WStringConversion< WPVBaseTypes::PV_SELECTION > | Class helping to create a new instance of the property content from an old one |
CPROPERTY_TYPE_HELPER::WStringConversion< WPVBaseTypes::PV_TRANSFERFUNCTION > | Class helping to create a new instance of the property content from an old one |
CWSubject | Container for all WDataSets belonging to one subject or patient |
CWSymmetricSphericalHarmonic< T > | Class for symmetric spherical harmonics The index scheme of the coefficients/basis values is like in the Descoteaux paper "Regularized, Fast, and Robust Analytical Q-Ball Imaging" |
►CWTensorBase< order, dim, Data_T > | Normal tensor base class |
►CWTensorFunc< WTensorBase, order, dim, Data_T > | |
CWTensor< order, dim, Data_T > | Implements a tensor that has the same number of components in every direction |
CWTensorBase< 0, dim, Data_T > | |
►CWTensorBase< order, dim, int > | |
►CWTensorFunc< WTensorBase, order, dim, int > | |
CWTensor< 2, 3, int > | |
CWTensorBase< order, dim, std::size_t > | |
►CWTensorBaseSym< order, dim, Data_T > | Symmetric tensor base class |
►CWTensorFunc< WTensorBaseSym, order, dim, Data_T > | |
CWTensorSym< order, dim, Data_T > | Implements a symmetric tensor that has the same number of components in every direction |
CWTensorBaseSym< 0, dim, Data_T > | |
►CWTensorBaseSym< order, dim, int > | |
►CWTensorFunc< WTensorBaseSym, order, dim, int > | |
CWTensorSym< 2, 3, int > | |
CWTerminalColor | Helper class to provide a convenient way to colorize output on the console |
►CWThreadedFunctionBase | A virtual base class for threaded functions (see below) |
CWThreadedFunction< Function_T > | Creates threads that computes a function in a multithreaded fashion |
CWThreadedJobs< Input_T, Job_T > | A threaded functor base class for producer-consumer-style multithreaded computation |
►CWThreadedJobs< WTrackingUtility::DataSetType, WTrackingUtility::JobType > | |
Cwtracking::WThreadedTrackingFunction | Implements a generalized multithreaded tracking algorithm |
►CWThreadedRunner | Base class for all classes needing to be executed in a separate thread |
CWBatchLoader | Class for loading many datasets |
CWCreateColorArraysThread | Thread for computing directional color coding of fibers |
CWGraphicsEngine | Base class for initializing the graphics engine |
CWKdTreeThread | Class to provide threaded computation of parts of the kd tree |
CWKernel | OpenWalnut kernel, managing modules and interaction between UI, GE and DataHandler |
CWModule | Class representing a single module of OpenWalnut |
CWModuleCombiner | This is a base class for all module combination classes |
CWProjectFile | Class loading project files |
CWThreadedRunnerImpl | Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable |
CWWorkerThread< Function_T > | A worker thread that belongs to a |
CWThreadedStripingJobs< Input_T, Job_T > | Nearly the same class as WThreadedJobs, but this class is intended to be used for multithreaded operations on voxels and therefore it uses Striping to partition the data |
►CWThreadedStripingJobs< WValueSet< Value_T >, std::size_t > | |
CWThreadedPerVoxelOperation< Value_T, numValues, Output_T, numOutputs > | A template that performs an operation on a per voxel basis |
►CWTimer | Base class for timing |
CWGEAnimationFrameTimer | Frame-based animation timing |
CWRealtimeTimer | Realtime timing |
Cwtracking::WTrackingUtility | A class that provides untility functions and typedefs for tracking algorithms |
CWTractAdapter | Adapter |
CWTractData | Stores the data of deterministic fiber tractograms |
CWTraitsBase | Base class to all custom Value Traits for CxxTest |
CWTransferFunction | A class that stores a 1D transfer function which consists of a linear interpolation of alpha and color values |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< T > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_BOOL > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_COLOR > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_DOUBLE > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_INT > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_INTERVAL > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_MATRIX4X4 > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_PATH > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_POSITION > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_SELECTION > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_STRING > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_TRANSFERFUNCTION > | Class helping to adapt types specified as template parameter into an enum |
CPROPERTY_TYPE_HELPER::WTypeIdentifier< WPVBaseTypes::PV_TRIGGER > | Class helping to adapt types specified as template parameter into an enum |
CWUnionFind | Implements a very simple union-find datastructure aka disjoint_sets |
CWUnitSphereCoordinates< T > | This class stores coordinates on the unit sphere |
►CWValue< T > | Base class for all higher level values like tensors, vectors, matrices and so on |
CWMatrix< T > | Matrix template class with variable number of rows and columns |
►CWValue< double > | |
CWMatrix< double > | |
►CWValueSetBase | Abstract base class to all WValueSets |
CDummy | Dummy class for testing the abstract class WGrid |
CWValueSet< T > | Base Class for all value set types |
►CWWriter | Write some data to the given file |
CWWriterDendrogram | Writes a Dendrogram file |
CWWriterFiberVTK | Writes a FiberVTK file |
CWWriterMatrixSymVTK | Can write a look up table to a file in VTK format |
Carray< double, N > | |
CS | |
Cshared_ptr< WItemSelectionItem > | |
Csize_t | |
►CT | |
CWObjectNDIP< T > | This is a base class for everything which has a Name,Description,Icon and Properties (=NDIP) |
CValueType | |