Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soreaderror(3) [debian man page]

SoReadError(3)							       Coin							    SoReadError(3)

NAME
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. SYNOPSIS
#include <Inventor/errors/SoReadError.h> Inherits SoError. Public Member Functions virtual SoType getTypeId (void) const Static Public Member Functions static void setHandlerCallback (SoErrorCB *const function, void *const data) static SoErrorCB * getHandlerCallback (void) static void * getHandlerData (void) static SoType getClassTypeId (void) static void post (const SoInput *const input, const char *const format,...) static void initClass (void) Protected Member Functions virtual SoErrorCBPtr getHandler (void *&data) const Additional Inherited Members Detailed Description 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. Depending on your application, setting up your own error handler callbacks for SoReadError might be a good idea. Member Function Documentation void SoReadError::setHandlerCallback (SoErrorCB *constfunction, void *constdata) [static] This method sets the error handler callback for messages posted via this class. Note that this will not override the error/debug message handler for subclasses, these will have to be overrided by calling the subclass' setHandlerCallback() method. See also: defaultHandlerCB() Reimplemented from SoError. SoErrorCB * SoReadError::getHandlerCallback (void) [static] Returns the error handler callback for messages posted via this class. Reimplemented from SoError. void * SoReadError::getHandlerData (void) [static] This method returns the pointer used for passing data back to the callback handler method. Reimplemented from SoError. SoType SoReadError::getClassTypeId (void) [static] This static method returns the SoType for this class. See also: getTypeId() Reimplemented from SoError. SoType SoReadError::getTypeId (void) const [virtual] This method returns the SoType of a particular object instance. See also: getClassTypeId() Reimplemented from SoError. void SoReadError::post (const SoInput *constin, const char *constformat, ...) [static] Method used from import code to post error or warning messages for model files which are not 100% compliant to the format specification. The messages will be wrapped within information on line number, file offset etc. void SoReadError::initClass (void) [static] This method takes care of initializing all static data for the class. Reimplemented from SoError. SoErrorCB * SoReadError::getHandler (void *&data) const [protected], [virtual] This is just a convenience wrapper around the getHandlerCallback() and getHandlerData() methods. Reimplemented from SoError. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoReadError(3)

Check Out this Related Man Page

SoGLCoordinateElement(3)					       Coin						  SoGLCoordinateElement(3)

NAME
SoGLCoordinateElement - The SoGLCoordinateElement class is yet to be documented. FIXME: write doc. SYNOPSIS
#include <Inventor/elements/SoGLCoordinateElement.h> Inherits SoCoordinateElement. Public Member Functions const SbVec3f * getPtr3 () const FIXME: write doc. const SbVec4f * getPtr4 () const FIXME: write doc. void send (const int index) const Static Public Member Functions static SoType getClassTypeId (void) static int getClassStackIndex (void) static void * createInstance (void) static void initClass (void) Protected Member Functions virtual ~SoGLCoordinateElement () Additional Inherited Members Detailed Description The SoGLCoordinateElement class is yet to be documented. FIXME: write doc. Constructor &; Destructor Documentation SoGLCoordinateElement::~SoGLCoordinateElement (void) [protected], [virtual] The destructor. Member Function Documentation SoType SoGLCoordinateElement::getClassTypeId (void) [static] This static method returns the class type. Reimplemented from SoCoordinateElement. int SoGLCoordinateElement::getClassStackIndex (void) [static] This static method returns the state stack index for the class. Reimplemented from SoCoordinateElement. void * SoGLCoordinateElement::createInstance (void) [static] This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. Reimplemented from SoCoordinateElement. void SoGLCoordinateElement::initClass (void) [static] This static method initializes static data for the SoGLCoordinateElement class. Reimplemented from SoCoordinateElement. void SoGLCoordinateElement::send (const intindex) const Send coordinates index to GL. Handles both 3D and 4D coordinates. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoGLCoordinateElement(3)
Man Page