Home
last modified time | relevance | path

Searched refs:get_input_metadata (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/tools/dumpmetadata/
H A Dmain.cpp126 factories[i]->get_input_metadata(), in dump_metadata_xml()
150 … dump_metadata_xml("color", "color", ColorEntityFactory::get_input_metadata(), file, indenter); in dump_metadata_xml()
152 …data_xml("environment", "generic_environment", EnvironmentFactory::get_input_metadata(), file, ind… in dump_metadata_xml()
155 dump_metadata_xml("frame", "frame", FrameFactory::get_input_metadata(), file, indenter); in dump_metadata_xml()
281 factories[i]->get_input_metadata(), in dump_metadata_markdown()
295 …dump_metadata_markdown(section_number++, 1, "color", ColorEntityFactory::get_input_metadata(), fil… in dump_metadata_markdown()
297 …rkdown(section_number++, 1, "generic_environment", EnvironmentFactory::get_input_metadata(), file); in dump_metadata_markdown()
300 … dump_metadata_markdown(section_number++, 1, "frame", FrameFactory::get_input_metadata(), file); in dump_metadata_markdown()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/aov/
H A Ddiffuseaov.h67 foundation::DictionaryArray get_input_metadata() const override;
92 foundation::DictionaryArray get_input_metadata() const override;
117 foundation::DictionaryArray get_input_metadata() const override;
H A Dglossyaov.h67 foundation::DictionaryArray get_input_metadata() const override;
92 foundation::DictionaryArray get_input_metadata() const override;
117 foundation::DictionaryArray get_input_metadata() const override;
H A Dnpraovs.h67 foundation::DictionaryArray get_input_metadata() const override;
92 foundation::DictionaryArray get_input_metadata() const override;
H A Dglossyaov.cpp275 DictionaryArray GlossyAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::GlossyAOVFactory
309 DictionaryArray DirectGlossyAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::DirectGlossyAOVFactory
343 DictionaryArray IndirectGlossyAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::IndirectGlossyAOVFactory
H A Ddiffuseaov.cpp276 DictionaryArray DiffuseAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::DiffuseAOVFactory
310 DictionaryArray DirectDiffuseAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::DirectDiffuseAOVFactory
344 DictionaryArray IndirectDiffuseAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::IndirectDiffuseAOVFactory
H A Dnpraovs.cpp207 DictionaryArray NPRShadingAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::NPRShadingAOVFactory
242 DictionaryArray NPRContourAOVFactory::get_input_metadata() const in get_input_metadata() function in renderer::NPRContourAOVFactory
H A Dpixelerroraov.h67 foundation::DictionaryArray get_input_metadata() const override;
H A Diaovfactory.h62 virtual foundation::DictionaryArray get_input_metadata() const = 0;
H A Dpixelvariationaov.h67 foundation::DictionaryArray get_input_metadata() const override;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dbindframe.cpp131 bpy::list get_input_metadata() in get_input_metadata() function
133 return dictionary_array_to_bpy_list(FrameFactory::get_input_metadata()); in get_input_metadata()
140 .def("get_input_metadata", get_input_metadata).staticmethod("get_input_metadata") in bind_frame()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/material/
H A Ddisneymaterial.h90 static foundation::DictionaryArray get_input_metadata();
188 foundation::DictionaryArray get_input_metadata() const override;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/camera/
H A Dpinholecamera.cpp248 DictionaryArray PinholeCameraFactory::get_input_metadata() const in get_input_metadata() function in renderer::PinholeCameraFactory
250 DictionaryArray metadata = CameraFactory::get_input_metadata(); in get_input_metadata()
H A Dsphericalcamera.cpp281 DictionaryArray SphericalCameraFactory::get_input_metadata() const in get_input_metadata() function in renderer::SphericalCameraFactory
283 return CameraFactory::get_input_metadata(); in get_input_metadata()
H A Dorthographiccamera.cpp320 DictionaryArray OrthographicCameraFactory::get_input_metadata() const in get_input_metadata() function in renderer::OrthographicCameraFactory
322 DictionaryArray metadata = CameraFactory::get_input_metadata(); in get_input_metadata()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/bssrdf/
H A Ddipolebssrdffactory.h52 foundation::DictionaryArray get_input_metadata() const override;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/light/
H A Ddirectionallight.h69 foundation::DictionaryArray get_input_metadata() const override;
H A Dmaxspotlight.h68 foundation::DictionaryArray get_input_metadata() const override;
H A Dmaxomnilight.h68 foundation::DictionaryArray get_input_metadata() const override;
H A Dpointlight.h69 foundation::DictionaryArray get_input_metadata() const override;
H A Dspotlight.h69 foundation::DictionaryArray get_input_metadata() const override;
H A Dsunlight.h69 foundation::DictionaryArray get_input_metadata() const override;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/surfaceshader/
H A Daosurfaceshader.h67 foundation::DictionaryArray get_input_metadata() const override;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/postprocessingstage/
H A Drenderstamppostprocessingstage.h63 foundation::DictionaryArray get_input_metadata() const override;
H A Dcolormappostprocessingstage.h64 foundation::DictionaryArray get_input_metadata() const override;

123456789