Home
last modified time | relevance | path

Searched refs:m_datatype (Results 1 – 24 of 24) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/widgets/
H A Dumldatatypewidget.cpp31 m_datatype(0), in UMLDatatypeWidget()
44 m_datatype(datatype), in UMLDatatypeWidget()
50 m_parent = m_datatype->umlParent()->asUMLClassifier(); in UMLDatatypeWidget()
51 insertTypesSortedAttribute(m_datatype->getTypeName()); in UMLDatatypeWidget()
57 m_datatype(0), in UMLDatatypeWidget()
70 m_datatype(0), in UMLDatatypeWidget()
83 m_datatype(0), in UMLDatatypeWidget()
100 if (m_datatype) in apply()
118 m_datatype->setType(tmplParam); in applyAttribute()
155 m_datatype->setType(classifier); in applyAttribute()
H A Dumldatatypewidget.h36 UMLClassifierListItem *m_datatype; variable
/dports/biology/lamarc/lamarc-2.1.8/src/conversion/
H A DMigrateConverter.cpp66 m_datatype = ReadDataType(firstLineStream); in MigrateConverter()
80 if (m_interleaved && m_datatype == lamarcstrings::MICROSAT) in ProcessData()
87 if (m_interleaved && m_datatype == lamarcstrings::KALLELE) in ProcessData()
105 if (m_datatype == lamarcstrings::MICROSAT) in ProcessData()
109 if (m_datatype == lamarcstrings::MICROSAT || m_datatype == lamarcstrings::KALLELE) in ProcessData()
124 if (m_datatype == lamarcstrings::DNA || m_datatype == lamarcstrings::SNP) in ProcessData()
165 if (m_datatype == lamarcstrings::MICROSAT || m_datatype == lamarcstrings::KALLELE) in ProcessData()
174 m_datatype, in ProcessData()
195 m_datatype); in ProcessData()
204 m_datatype); in ProcessData()
H A DConverter_PhylipConverter.h34 string m_datatype; variable
47 virtual void SetDataType(const string& dtype) { m_datatype = dtype; }; in SetDataType()
48 virtual string GetDataType() { return m_datatype; }; in GetDataType()
H A DConverter_MigrateConverter.h34 string m_datatype; variable
78 virtual void SetDataType(const string& dtype) { m_datatype = dtype; }; in SetDataType()
79 virtual string GetDataType() { return m_datatype; }; in GetDataType()
H A DPhylipConverter.cpp273 IndividualDS individual(names[seq],sequences[seq],m_datatype); in ProcessData()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_Node.h261 DataType m_datatype; variable
278 return m_datatype; in getDataType()
309 DataType m_datatype; variable
320 return m_datatype; in getDataType()
H A DCOM_MemoryBuffer.cpp64 this->m_datatype = memoryProxy->getDataType(); in MemoryBuffer()
78 this->m_datatype = memoryProxy->getDataType(); in MemoryBuffer()
92 this->m_datatype = dataType; in MemoryBuffer()
133 MemoryBuffer *temp = new MemoryBuffer(this->m_datatype, &rect_clamp); in getMaximumValue()
210 BLI_assert(this->m_datatype == COM_DT_COLOR); in readEWA()
H A DCOM_NodeOperation.h438 DataType m_datatype; variable
457 return m_datatype; in getDataType()
498 DataType m_datatype; variable
509 return m_datatype; in getDataType()
H A DCOM_MemoryProxy.h65 DataType m_datatype; variable
125 return this->m_datatype; in getDataType()
H A DCOM_Node.cpp152 : m_node(node), m_editorSocket(b_socket), m_datatype(datatype), m_link(NULL) in NodeInput()
187 : m_node(node), m_editorSocket(b_socket), m_datatype(datatype) in NodeOutput()
H A DCOM_NodeOperation.cpp202 : m_operation(op), m_datatype(datatype), m_resizeMode(resizeMode), m_link(NULL) in NodeOperationInput()
228 : m_operation(op), m_datatype(datatype) in NodeOperationOutput()
H A DCOM_MemoryProxy.cpp25 this->m_datatype = datatype; in MemoryProxy()
H A DCOM_MemoryBuffer.h65 DataType m_datatype; variable
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_OutputFileOperation.cpp191 this->m_datatype = datatype; in OutputSingleLayerOperation()
205 this->m_outputBuffer = init_buffer(this->getWidth(), this->getHeight(), this->m_datatype); in initExecution()
215 this->m_datatype); in executeRegion()
222 int size = get_datatype_size(this->m_datatype); in deinitExecution()
H A DCOM_OutputFileMultiViewOperation.cpp79 add_exr_channels(exrhandle, NULL, this->m_datatype, srv->name, width, false, NULL); in get_handle()
120 this->m_datatype, in deinitExecution()
135 free_exr_channels(exrhandle, this->m_rd, NULL, this->m_datatype); in deinitExecution()
H A DCOM_OutputFileOperation.h40 DataType m_datatype; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DHDF5_IO.hpp562 dataset.write(matrix.values(), m_datatype, m_dataspace, f_dataspace); in store_matrix()
606 H5::DataType m_datatype = h5_mem_dtype(buf[0]); // memory datatype in store_matrix() local
626 dataset.write(buf.data(), m_datatype, m_dataspace, f_dataspace); in store_matrix()
635 dataset.write(buf.data(), m_datatype, m_dataspace, f_dataspace); in store_matrix()
801 H5::DataType m_datatype = h5_mem_dtype(data[0][0]); // memory datatype in set_matrix() local
813 ds.write(data.values(), m_datatype, m_dataspace, f_dataspace); in set_matrix()
836 ds.write(data.values(), m_datatype, m_dataspace, f_dataspace); in set_matrix()
906 ds.write(matrix.values(), m_datatype, m_dataspace, f_dataspace); in set_vector_matrix()
931 ds.write(matrix.values(), m_datatype, m_dataspace, f_dataspace); in set_vector_matrix()
1355 H5::DataType m_datatype = h5_mem_dtype(*data); in store_vector() local
[all …]
H A DHDF5_IO.cpp196 H5::DataType m_datatype = h5_mem_dtype(*data); in store_vector() local
203 dataset.write(ptrs_to_data.data(), m_datatype); in store_vector()
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_datamodel.cpp34 m_datatype(regionId.GetDataType()), in UIVarsSingleDataModel()
56 m_modelType = DefaultModelForDataType(m_datatype); in UIVarsSingleDataModel()
63 m_datatype (regionId.GetDataType()), in UIVarsSingleDataModel()
86 if (!ModelTypeAcceptsDataType(m_modelType, m_datatype)) in UIVarsSingleDataModel()
89 m_modelType = DefaultModelForDataType(m_datatype); in UIVarsSingleDataModel()
194 if (ModelTypeAcceptsDataType(mtype,m_datatype)) in SetDataModelType()
201 " may not be used for data type " + ToString(m_datatype) + in SetDataModelType()
H A Dui_vars_datamodel.h39 data_type m_datatype; variable
72 virtual data_type GetDataType() const {return m_datatype;}; in GetDataType()
H A Dui_vars_traitmodels.h34 data_type m_datatype; variable
H A Dui_vars_traitmodels.cpp77 m_datatype(regionId.GetDataType()), in UIVarsSingleTraitModel()
85 assert(m_datatype == dtype_kallele); //We don't have models for other types. in UIVarsSingleTraitModel()
/dports/comms/fldigi/fldigi-4.1.20/src/synop-src/
H A Dsynop.cxx1419 char m_datatype[3];
1432 return 3 == sscanf( str, "%2s%2s%2d", m_datatype, m_geographical, &m_number );
1436 const char * dt_type = wx_code_to_txt(m_datatype);
1441 strm << _("Unknown") << ':' << m_datatype << '.';