1#ifndef TRANSFORMTABLE_H
2#define TRANSFORMTABLE_H
7#include "ui_TransformTableGUI.h"
34 virtual void Update(
const std::map<string, VAPoR::Transform *> &transforms);
37 map<string, VAPoR::Transform *> tMap;
38 tMap[
" "] = transform;
54 std::vector<std::string> _horizontalHeaders;
55 std::vector<std::string> _verticalHeaders;
57 map<string, VAPoR::Transform *> _transforms;
60 void UpdateTranslations();
61 void UpdateRotations();
A pure virtual class specifying the common properties of all the renderer parameter tabs in the VAPOR...