Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoCADInputReader.h
1/*=======================================================================
2** VSG_COPYRIGHT_TAG
3**=======================================================================*/
4/*=======================================================================
5** Created by : VSG (mar 2012)
6**=======================================================================*/
7
8#ifndef _SO_CAD_INPUT_READER_H_
9#define _SO_CAD_INPUT_READER_H_
10
11#include <Inventor/io/CAD/SoCADFileFormat.h>
12#include <Inventor/SoInputReader.h>
13
14class SoDataKitReaderEnabler;
15
111{
112 SO_TYPED_CLASS_HEADER();
113public:
116
119
121 virtual bool canConvert(SoInput*);
122
125
126private:
127 SoDataKitReaderEnabler* m_datakitReaderEnabler;
128};
129
130#endif // _SO_CAD_INPUT_READER_H_
131
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for import...
virtual ~SoCADInputReader()
Destructor.
SoCADInputReader()
Constructor.
virtual SoSeparator * convert(SoInput *)
Returns the specified input source in the form of an Open Inventor scene graph.
virtual bool canConvert(SoInput *)
Returns true if the specified input source can be converted by this plugin.
Used to read Open Inventor data files.
Definition SoInput.h:363
Base class for custom readers that create an Open Inventor scene graph.
Group node that saves and restores traversal state.