Open Inventor Release 2025.1.0
 
Loading...
Searching...
No Matches
SoSTLInputReader.h
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
40class SoSTLInputReader : public SoInputReader
41{
42 SO_TYPED_CLASS_HEADER();
43public:
46
49
51 virtual bool canConvert(SoInput*);
52
55};
56
57#endif // _SO_INPUT_STL_READER_H_
Used to read Open Inventor data files.
Definition SoInput.h:363
virtual bool canConvert(SoInput *)
Returns true if the specified input source can be converted by this plugin.
SoSTLInputReader()
Constructor.
virtual ~SoSTLInputReader()
Destructor.
virtual SoSeparator * convert(SoInput *)
Returns the specified input source in the form of an Open Inventor scene graph.
Group node that saves and restores traversal state.