|
Last change
on this file since 302 was 233, checked in by barrand, 19 years ago |
|
|
-
Property svn:eol-style
set to
native
|
|
File size:
669 bytes
|
| Line | |
|---|
| 1 | #ifndef G4Lab_PhysicalVolumeAccessor_h
|
|---|
| 2 | #define G4Lab_PhysicalVolumeAccessor_h
|
|---|
| 3 |
|
|---|
| 4 | // Inheritance :
|
|---|
| 5 | #include <OnX/Inventor/InventorAccessor.h>
|
|---|
| 6 |
|
|---|
| 7 | namespace G4Lab {
|
|---|
| 8 |
|
|---|
| 9 | class PhysicalVolumeAccessor : public OnX::InventorAccessor {
|
|---|
| 10 | public: //Slash::Data::IAccessor
|
|---|
| 11 | virtual std::string name() const;
|
|---|
| 12 | virtual Slash::Data::IIterator* iterator();
|
|---|
| 13 | virtual Slash::Core::IValue* findValue(Slash::Data::IAccessor::Data,const std::string&,void*);
|
|---|
| 14 | public: //Slash::Data::IVisualizer
|
|---|
| 15 | virtual void visualize(Slash::Data::IAccessor::Data,void*);
|
|---|
| 16 | public:
|
|---|
| 17 | PhysicalVolumeAccessor(Slash::Core::ISession&);
|
|---|
| 18 | virtual ~PhysicalVolumeAccessor();
|
|---|
| 19 | private:
|
|---|
| 20 | std::string fType;
|
|---|
| 21 | };
|
|---|
| 22 |
|
|---|
| 23 | }
|
|---|
| 24 |
|
|---|
| 25 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.