Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bundles(3) [debian man page]

Bundle Classes(3)						       Coin							 Bundle Classes(3)

NAME
Bundle Classes - Classes class SoBundle The SoBundle class is the superclass for all bundle classes. class SoMaterialBundle The SoMaterialBundle class simplifies material handling. Every shape node should create (on the stack) an instance of this class and call sendFirst() before sending anything to GL. During rendering, send() should be used to send material values to GL. " class SoNormalBundle The SoNormalBundle class simplifies normal handling. This class is currently not used in Coin but is provided for API compatibility. " class SoTextureCoordinateBundle The SoTextureCoordinateBundle class simplifies texture coordinate handling. It is unlikely that application programmers should need to know how to use this class, as it is mostly intended for internal use. " class SoVertexAttributeBundle The SoVertexAttributeBundle class simplifies vertex attribute handling. Detailed Description The bundle classes are internal to Coin. The Bundle Classes The bundle classes are mostly internal to Coin. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 Bundle Classes(3)

Check Out this Related Man Page

Error Handling Classes(3)                                              Coin                                              Error Handling Classes(3)

NAME
Error Handling Classes - Classes class SoDebugError The SoDebugError class is the internal debugging message passing mechanism. This class basically serves two purposes: " class SoError The SoError class is the base class for all the error handling classes. The default error handler just prints messages on the standard error output channel, but this can be overridden by client applications. " class SoMemoryError The SoMemoryError class is used to inform of problems with memory allocation. Modern operating systems takes care of handling most out of memory conditions for you, but in certain situations it can be wise to do some manual checking and intervention. This class is provided as an aid to help out in these situations. " class SoReadError The SoReadError class is used during model import operations. During model file import, this class will be used to output any error or warning messages. " Detailed Description The error classes are static classes that contain a callback pointer for handling errors of the given type. Coin has default handlers for displaying all the types, but these can be overridden by applications by setting other callbacks. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 Error Handling Classes(3)
Man Page