Open Inventor
Release 2023.2.3
Loading...
Searching...
No Matches
SoCADInputReader.h
Go to the documentation of this file.
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
14
class
SoDataKitReaderEnabler;
15
110
class
SoCADInputReader
:
public
SoInputReader
111
{
112
SO_TYPED_CLASS_HEADER();
113
public
:
115
SoCADInputReader
();
116
118
virtual
~SoCADInputReader
();
119
121
virtual
bool
canConvert
(
SoInput
*);
122
124
virtual
SoSeparator
*
convert
(
SoInput
*);
125
126
private
:
127
SoDataKitReaderEnabler* m_datakitReaderEnabler;
128
};
129
130
#endif
// _SO_CAD_INPUT_READER_H_
131
SoCADFileFormat.h
SoInputReader.h
SoCADInputReader
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for import...
Definition
SoCADInputReader.h:111
SoCADInputReader::~SoCADInputReader
virtual ~SoCADInputReader()
Destructor.
SoCADInputReader::SoCADInputReader
SoCADInputReader()
Constructor.
SoCADInputReader::convert
virtual SoSeparator * convert(SoInput *)
Returns the specified input source in the form of an Open Inventor scene graph.
SoCADInputReader::canConvert
virtual bool canConvert(SoInput *)
Returns true if the specified input source can be converted by this plugin.
SoInput
Used to read Open Inventor data files.
Definition
SoInput.h:363
SoInputReader
Base class for custom readers that create an Open Inventor scene graph.
Definition
SoInputReader.h:75
SoSeparator
Group node that saves and restores traversal state.
Definition
SoSeparator.h:179
Inventor
io
CAD
SoCADInputReader.h
Generated by
1.9.8