#include "Layer.h" #include #include using std::string; vtkSmartPointer Layer::getLayer() { return this->ren; } void Layer::updateData(int t) { // By default, do nothing } void Layer::addObservers(vtkSmartPointer interactor) { // By default, do nothing }