Home
last modified time | relevance | path

Searched refs:FieldAdd (Results 1 – 5 of 5) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/commands/
H A Dfieldcommand.cpp58 case FieldAdd: in init()
76 if(m_mode == FieldAdd && m_oldField) { in init()
92 case FieldAdd: in redo()
118 case FieldAdd: in undo()
H A Dfieldcommand.h42 FieldAdd, enumerator
H A Dupdateentries.cpp122 new FieldCommand(this, FieldCommand::FieldAdd, m_coll, field); in redo()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/examples/multi_backend/
H A DIOGenerator.cxx52 using FieldAdd = vtkm::cont::DataSetFieldAdd; in make_test3DImageData() typedef
59 FieldAdd::AddPointField(ds, "vec_field", field); in make_test3DImageData()
/dports/misc/tellico/tellico-3.4.2/src/
H A Dtellico_kernel.cpp102 doCommand(new Command::FieldCommand(Command::FieldCommand::FieldAdd, in addField()
158 doCommand(new Command::FieldCommand(Command::FieldCommand::FieldAdd, c, field)); in addEntries()