Home
last modified time | relevance | path

Searched refs:SGReaderWriterOptions (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGReaderWriterOptions.cxx31 SGReaderWriterOptions::~SGReaderWriterOptions() in ~SGReaderWriterOptions()
35 SGReaderWriterOptions*
36 SGReaderWriterOptions::copyOrCreate(const osgDB::Options* options) in copyOrCreate()
41 return new SGReaderWriterOptions; in copyOrCreate()
42 if (!dynamic_cast<const SGReaderWriterOptions*>(options)) in copyOrCreate()
43 return new SGReaderWriterOptions(*options); in copyOrCreate()
44 return new SGReaderWriterOptions(*static_cast<const SGReaderWriterOptions*>(options)); in copyOrCreate()
47 SGReaderWriterOptions*
48 SGReaderWriterOptions::fromPath(const SGPath& path) in fromPath()
50 SGReaderWriterOptions* options = copyOrCreate(nullptr); in fromPath()
[all …]
H A DSGReaderWriterOptions.hxx41 class SGReaderWriterOptions : public osgDB::Options { class
54 SGReaderWriterOptions() : in SGReaderWriterOptions() function in simgear::SGReaderWriterOptions
61 SGReaderWriterOptions(const std::string& str) : in SGReaderWriterOptions() function in simgear::SGReaderWriterOptions
69 SGReaderWriterOptions(const osgDB::Options& options, in SGReaderWriterOptions() function in simgear::SGReaderWriterOptions
78 SGReaderWriterOptions(const SGReaderWriterOptions& options, in SGReaderWriterOptions() function in simgear::SGReaderWriterOptions
95 META_Object(simgear, SGReaderWriterOptions);
147 static SGReaderWriterOptions* copyOrCreate(const osgDB::Options* options);
148 static SGReaderWriterOptions* fromPath(const SGPath& path);
173 virtual ~SGReaderWriterOptions();
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A Dpt_lights.hxx90 getSequenced(const SGDirectionalLightBin& lights, const simgear::SGReaderWriterOptions* options);
93 getReil(const SGDirectionalLightBin& lights, const simgear::SGReaderWriterOptions* options);
96 getOdal(const SGLightBin& lights, const simgear::SGReaderWriterOptions* options);
99 getHoldShort(const SGDirectionalLightBin& lights, const simgear::SGReaderWriterOptions* options);
102 getGuard(const SGDirectionalLightBin& lights, const simgear::SGReaderWriterOptions* options);
107 const simgear::SGReaderWriterOptions* options);
H A DReaderWriterSTG.cxx112 osg::ref_ptr<SGReaderWriterOptions> _options;
124 osg::ref_ptr<SGReaderWriterOptions> _options;
278 osg::ref_ptr<SGReaderWriterOptions> _options;
291 osg::ref_ptr<SGReaderWriterOptions> sharedOptions; in sharedOptions()
292 sharedOptions = SGReaderWriterOptions::copyOrCreate(options); in sharedOptions()
321 osg::ref_ptr<SGReaderWriterOptions> staticOptions; in staticOptions()
466 osg::ref_ptr<SGReaderWriterOptions> opt; in read()
485 osg::ref_ptr<SGReaderWriterOptions> opt; in read()
512 osg::ref_ptr<SGReaderWriterOptions> opt; in read()
597 osg::ref_ptr<SGReaderWriterOptions> options; in load()
[all …]
H A Dobj.hxx43 class SGReaderWriterOptions;
48 const simgear::SGReaderWriterOptions* options);
H A DSGReaderWriterBTG.cxx63 const SGReaderWriterOptions* sgOptions; in readNode()
64 sgOptions = dynamic_cast<const SGReaderWriterOptions*>(options); in readNode()
H A Dobj.cxx41 SGLoadBTG(const std::string& path, const simgear::SGReaderWriterOptions* options) in SGLoadBTG()
135 osg::ref_ptr<SGReaderWriterOptions> opt; in SGLoadBTG()
136 opt = SGReaderWriterOptions::copyOrCreate(options); in SGLoadBTG()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DEffect.hxx54 class SGReaderWriterOptions;
98 bool realizeTechniques(const SGReaderWriterOptions* options = 0);
150 const SGReaderWriterOptions* options,
163 const SGReaderWriterOptions* options);
167 const SGReaderWriterOptions* options,
191 const SGReaderWriterOptions* options );
H A DTextureBuilder.cxx201 const SGReaderWriterOptions* options, in makeTexTuple()
263 const SGReaderWriterOptions* options) in setAttrs()
332 const SGReaderWriterOptions* options);
376 const SGReaderWriterOptions* options);
394 const SGReaderWriterOptions* options);
413 const SGReaderWriterOptions* options);
440 const SGReaderWriterOptions* options);
567 const SGReaderWriterOptions* options);
620 SGReaderWriterOptions* wOpts = (SGReaderWriterOptions*)options; in build()
797 const SGReaderWriterOptions* options);
[all …]
H A Dmat.hxx62 class SGReaderWriterOptions;
104 SGMaterial(const simgear::SGReaderWriterOptions*,
386 const simgear::SGReaderWriterOptions *o);
388 const simgear::SGReaderWriterOptions *o);
393 osg::ref_ptr<const simgear::SGReaderWriterOptions> options;
537 void read_properties(const simgear::SGReaderWriterOptions* options,
540 void buildEffectProperties(const simgear::SGReaderWriterOptions* options);
H A DEffect.cxx295 const SGReaderWriterOptions* options) in buildPass()
342 const SGReaderWriterOptions* options);
361 const SGReaderWriterOptions* options) in buildAttribute()
383 const SGReaderWriterOptions* options) in buildAttribute()
411 const SGReaderWriterOptions* options) in buildAttribute()
438 const SGReaderWriterOptions* options) in buildAttribute()
454 const SGReaderWriterOptions* options) in buildAttribute()
567 const SGReaderWriterOptions* options) in buildAttribute()
638 const SGReaderWriterOptions* options) in buildAttribute()
738 const SGReaderWriterOptions* options) in buildAttribute()
[all …]
H A DEffectBuilder.hxx49 class SGReaderWriterOptions;
60 const SGReaderWriterOptions* options) = 0;
63 const SGReaderWriterOptions* options) in buildFromType()
303 const SGReaderWriterOptions *);
308 const SGReaderWriterOptions *options, size_t vecSize, in getVectorProperties()
358 const SGReaderWriterOptions* options)
611 const F& setter, const SGReaderWriterOptions* options) in initFromParameters()
633 const SGReaderWriterOptions* options) in initFromParameters()
664 NameItrType nameItr, const SGReaderWriterOptions* options) in initFromParameters()
694 NameItrType nameItr, const SGReaderWriterOptions* options) in initFromParameters()
H A DTextureBuilder.hxx32 const SGReaderWriterOptions* options);
38 const SGReaderWriterOptions* options);
H A Dmipmap.hxx31 class SGReaderWriterOptions;
50 const SGReaderWriterOptions* options);
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Dmodellib.cxx112 osg::Node* loadFile(const string& path, SGReaderWriterOptions* options) in loadFile()
138 osg::ref_ptr<SGReaderWriterOptions> opt; in loadModel()
139 opt = SGReaderWriterOptions::copyOrCreate(osgDB::Registry::instance()->getOptions()); in loadModel()
163 osg::ref_ptr<SGReaderWriterOptions> opt; in loadDeferredModel()
164 opt = SGReaderWriterOptions::copyOrCreate(osgDB::Registry::instance()->getOptions()); in loadDeferredModel()
194 osg::ref_ptr<SGReaderWriterOptions> opt; in loadPagedModel()
195 opt = SGReaderWriterOptions::copyOrCreate(osgDB::Registry::instance()->getOptions()); in loadPagedModel()
H A Dmodel.hxx28 class SGReaderWriterOptions;
105 const SGReaderWriterOptions* options);
117 const SGReaderWriterOptions* options);
130 const SGReaderWriterOptions* options) in instantiateEffects()
H A DModelRegistry.cxx293 const SGReaderWriterOptions* sgoptC = dynamic_cast<const SGReaderWriterOptions*>(opt); in readImage()
300 …if (cache_active && (!sgoptC || sgoptC->getLoadOriginHint() != SGReaderWriterOptions::LoadOriginHi… in readImage()
391 …if (sgoptC && transparent && sgoptC->getLoadOriginHint() == SGReaderWriterOptions::LoadOriginHint:… in readImage()
394 …else if (sgoptC && transparent && sgoptC->getLoadOriginHint() == SGReaderWriterOptions::LoadOrigin… in readImage()
399 …else if (sgoptC && !transparent && sgoptC->getLoadOriginHint() == SGReaderWriterOptions::LoadOrigi… in readImage()
404 …else if (sgoptC && !transparent && sgoptC->getLoadOriginHint() == SGReaderWriterOptions::LoadOrigi… in readImage()
733 auto sgopt = dynamic_cast<const SGReaderWriterOptions*>(opt); in readNode()
809 const SGReaderWriterOptions* sgopt in optimize()
810 = dynamic_cast<const SGReaderWriterOptions*>(opt); in optimize()
893 const SGReaderWriterOptions* sgopt in optimize()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/utils/stgmerge/
H A Dstgmerge.cxx80 osg::ref_ptr<sg::SGReaderWriterOptions> _options;
93 sg::SGReaderWriterOptions* staticOptions(const std::string& filePath, in staticOptions()
95 osg::ref_ptr<sg::SGReaderWriterOptions> staticOptions; in staticOptions()
96 staticOptions = sg::SGReaderWriterOptions::copyOrCreate(options); in staticOptions()
113 osg::ref_ptr<sg::SGReaderWriterOptions> sharedOptions; in sharedOptions()
114 sharedOptions = sg::SGReaderWriterOptions::copyOrCreate(options); in sharedOptions()
141 int processSTG(osg::ref_ptr<simgear::SGReaderWriterOptions> options, in processSTG()
253 osg::ref_ptr<sg::SGReaderWriterOptions> opt; in processSTG()
715 osg::ref_ptr<simgear::SGReaderWriterOptions> options; in main()
717 options = new simgear::SGReaderWriterOptions(*ropt); in main()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/viewer/
H A DCompositorPass.hxx31 class SGReaderWriterOptions;
95 const SGReaderWriterOptions *options);
133 const SGReaderWriterOptions *options);
H A DCompositorBuffer.hxx26 class SGReaderWriterOptions;
45 const SGReaderWriterOptions *options);
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Drenderingpipeline.hxx13 class SGReaderWriterOptions;
24 const simgear::SGReaderWriterOptions* options);
92 const simgear::SGReaderWriterOptions* options);
/dports/games/flightgear/flightgear-2020.3.11/utils/fgviewer/
H A DViewer.hxx80 void setReaderWriterOptions(simgear::SGReaderWriterOptions* readerWriterOptions);
81 simgear::SGReaderWriterOptions* getReaderWriterOptions();
139 osg::ref_ptr<simgear::SGReaderWriterOptions> _readerWriterOptions;
/dports/games/flightgear/flightgear-2020.3.11/utils/fgai/
H A DAIBVHPager.cxx119 osg::ref_ptr<simgear::SGReaderWriterOptions> options; in setScenery()
121 options = new simgear::SGReaderWriterOptions(*ropt); in setScenery()
123 options = new simgear::SGReaderWriterOptions; in setScenery()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/sky/
H A Ddome.hxx43 class SGReaderWriterOptions;
62 …build( double hscale = 80000.0, double vscale = 80000.0, simgear::SGReaderWriterOptions *options =…
/dports/games/flightgear/flightgear-2020.3.11/src/Scenery/
H A Dtilemgr.hxx40 class SGReaderWriterOptions;
67 osg::ref_ptr<simgear::SGReaderWriterOptions> _options;

123