File field_entry_type.h File List > ext > field > field_entry_type.h Go to the documentation of this file #pragma once namespace muda { enum class FieldEntryType { None, Scalar, Vector, Matrix, Object }; }