mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-04 18:43:17 -05:00
caf::Pdm: Added support for Fields of cvf::Mat4d to use for viewpoint storage
p4#: 20378
This commit is contained in:
@@ -19,16 +19,13 @@
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
#include "cvfLibCore.h"
|
||||
#include "cvfBase.h"
|
||||
|
||||
// Includes needed for field editor registration
|
||||
#include "cvfColor3.h"
|
||||
#include "cafPdmUiColorEditor.h"
|
||||
#include "cafFactory.h"
|
||||
#include "cafPdmField.h"
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
CAF_PDM_UI_REGISTER_DEFAULT_FIELD_EDITOR(caf::PdmUiColorEditor, cvf::Color3f);
|
||||
|
||||
void operator >> (QTextStream& str, cvf::Color3f& value)
|
||||
|
||||
Reference in New Issue
Block a user