Open Inventor
Release 2023.2.3
Loading...
Searching...
No Matches
SoSTLInputReader.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_INPUT_STL_READER_H_
9
#define _SO_INPUT_STL_READER_H_
10
11
#include <
Inventor/io/STL/SoSTLFileFormat.h
>
12
#include <
Inventor/SoInputReader.h
>
13
40
class
SoSTLInputReader
:
public
SoInputReader
41
{
42
SO_TYPED_CLASS_HEADER();
43
public
:
45
SoSTLInputReader
();
46
48
virtual
~SoSTLInputReader
();
49
51
virtual
bool
canConvert
(
SoInput
*);
52
54
virtual
SoSeparator
*
convert
(
SoInput
*);
55
};
56
57
#endif
// _SO_INPUT_STL_READER_H_
SoInputReader.h
SoSTLFileFormat.h
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
SoSTLInputReader
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for import...
Definition
SoSTLInputReader.h:41
SoSTLInputReader::canConvert
virtual bool canConvert(SoInput *)
Returns true if the specified input source can be converted by this plugin.
SoSTLInputReader::SoSTLInputReader
SoSTLInputReader()
Constructor.
SoSTLInputReader::~SoSTLInputReader
virtual ~SoSTLInputReader()
Destructor.
SoSTLInputReader::convert
virtual SoSeparator * convert(SoInput *)
Returns the specified input source in the form of an Open Inventor scene graph.
SoSeparator
Group node that saves and restores traversal state.
Definition
SoSeparator.h:179
Inventor
io
STL
SoSTLInputReader.h
Generated by
1.9.8