Skip to content

File NPVPhysicsProcess.h

File List > core > NPVPhysicsProcess.h

Go to the documentation of this file

#ifndef NPVPhysicsProcess_h
#define NPVPhysicsProcess_h

#include <string>
namespace nptool {
  class VPhysicsProcess {
   public:
    VPhysicsProcess(){};
    ~VPhysicsProcess(){};

   public:
    // Init variable
    virtual void ReadConfiguration(std::string path){};
  };
} // namespace nptool

#endif