Home
last modified time | relevance | path

Searched defs:ScalarProperty (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgVolume/
H A DProperty.cpp91 ScalarProperty::ScalarProperty() in ScalarProperty() function in ScalarProperty
96 ScalarProperty::ScalarProperty(const std::string& scalarName, float value) in ScalarProperty() function in ScalarProperty
102 ScalarProperty::ScalarProperty(const ScalarProperty& sp, const osg::CopyOp& copyop): in ScalarProperty() function in ScalarProperty
298 void CollectPropertiesVisitor::apply(ScalarProperty&) {} in apply() argument
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgVolume/
H A DProperty.cpp91 ScalarProperty::ScalarProperty() in ScalarProperty() function in ScalarProperty
96 ScalarProperty::ScalarProperty(const std::string& scalarName, float value) in ScalarProperty() function in ScalarProperty
102 ScalarProperty::ScalarProperty(const ScalarProperty& sp, const osg::CopyOp& copyop): in ScalarProperty() function in ScalarProperty
298 void CollectPropertiesVisitor::apply(ScalarProperty&) {} in apply() argument
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dproperty_registry.h94 typedef Property<double> ScalarProperty; typedef
/dports/science/py-ase/ase-3.22.0/ase/
H A Doutputs.py84 class ScalarProperty(Property): class
/dports/devel/protobuf25/protobuf-2.5.0/python/google/protobuf/internal/
H A Dcpp_message.py78 def ScalarProperty(cdescriptor): function