| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_SceneContext.h | 322 SceneNodeArray::const_iterator GetSceneNodesBegin() const in GetSceneNodesBegin() 340 SceneNodeArray::const_iterator GetSceneNodesEnd() const in GetSceneNodesEnd() 358 std::pair<SceneNodeArray::const_iterator, SceneNodeArray::const_iterator> GetSceneNodes() const in GetSceneNodes() 404 UserRenderNodeArray::const_iterator GetUserRenderNodesBegin() const in GetUserRenderNodesBegin() 422 UserRenderNodeArray::const_iterator GetUserRenderNodesEnd() const in GetUserRenderNodesEnd() 440 …std::pair<UserRenderNodeArray::const_iterator, UserRenderNodeArray::const_iterator> GetUserRenderN… in GetUserRenderNodes() 488 ModelArray::const_iterator GetModelsBegin() const in GetModelsBegin() 506 ModelArray::const_iterator GetModelsEnd() const in GetModelsEnd() 546 SkeletalModelArray::const_iterator GetSkeletalModelsBegin() const in GetSkeletalModelsBegin() 564 SkeletalModelArray::const_iterator GetSkeletalModelsEnd() const in GetSkeletalModelsEnd() [all …]
|
| D | gfx_SceneEnvironmentSetting.h | 187 CameraBinderArray::const_iterator GetCameraBegin() const in GetCameraBegin() 205 CameraBinderArray::const_iterator GetCameraEnd() const in GetCameraEnd() 223 FogBinderArray::const_iterator GetFogBegin() const in GetFogBegin() 241 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd() 259 LightSetBinderArray::const_iterator GetLightSetBegin() const in GetLightSetBegin() 277 LightSetBinderArray::const_iterator GetLightSetEnd() const in GetLightSetEnd()
|
| D | gfx_LightSet.h | 221 VertexLightArray::const_iterator GetVertexLightBegin() const in GetVertexLightBegin() 239 VertexLightArray::const_iterator GetVertexLightEnd() const in GetVertexLightEnd() 275 FixedFragmentLightArray::const_iterator GetFragmentLightBegin() const in GetFragmentLightBegin() 293 FixedFragmentLightArray::const_iterator GetFragmentLightEnd() const in GetFragmentLightEnd()
|
| D | gfx_Skeleton.h | 75 …typedef std::pair<TransformArray::const_iterator, TransformArray::const_iterator> ConstTransformRa… 148 … typedef std::pair<MatrixArray::const_iterator, MatrixArray::const_iterator> ConstMatrixRange;
|
| D | gfx_RenderQueue.h | 68 typedef typename TElementList::const_iterator const_iterator; typedef 72 typedef std::reverse_iterator<const_iterator, TElement> const_reverse_iterator; 75 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 664 const_iterator Begin() const in Begin() 676 const_iterator End() const in End()
|
| D | gfx_SceneNode.h | 347 SceneNodeChildren::const_iterator GetChildBegin() const { return m_Children.begin(); } in GetChildBegin() 353 SceneNodeChildren::const_iterator GetChildEnd() const { return m_Children.end(); } in GetChildEnd()
|
| D | gfx_MaterialState.h | 422 ResShaderParameterArrayConst::const_iterator end = material.GetShaderParameters().end(); in ActivateShaderParameter() 423 …for ( ResShaderParameterArrayConst::const_iterator parameter = material.GetShaderParameters().begi… in ActivateShaderParameter()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_LinkList.h | 125 class const_iterator; variable 154 friend class const_iterator; // m_pPointerを使用するため。 variable 160 class const_iterator 165 typedef const_iterator TIt; 170 explicit const_iterator() : m_pPointer(NULL) {} in const_iterator() function 171 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() function 186 explicit const_iterator(pointer p) : m_pPointer(p) {} in const_iterator() function 194 typedef internal::reverse_iterator<const_iterator> const_reverse_iterator; 213 const_iterator begin() const { return const_iterator(m_BaseNode.GetNext()); } in begin() 215 const_iterator end() const { return const_iterator(const_cast<Node*>(&m_BaseNode)); } in end() [all …]
|
| D | ut_ResArray.h | 200 class const_iterator; variable 215 operator const_iterator() { return const_iterator(m_pCurrent); } in const_iterator() function 236 friend class const_iterator; variable 240 class const_iterator 243 typedef const_iterator TIt; 252 /* ctor */ const_iterator() : m_pCurrent( NULL ) {} in const_iterator() function 269 explicit const_iterator(const_pointer p) : m_pCurrent(p) {} in const_iterator() function 277 typedef internal::reverse_iterator<const_iterator> const_reverse_iterator; 283 const_iterator begin() const { return const_iterator(m_pBegin); } in begin() 285 const_iterator end() const { return const_iterator(m_pEnd); } in end() [all …]
|
| D | ut_Children.h | 96 typedef typename TChildList::const_iterator const_iterator; typedef 100 typedef std::reverse_iterator<const_iterator, TChild*> const_reverse_iterator; 103 typedef std::reverse_iterator<const_iterator> const_reverse_iterator; 181 const_iterator begin() const { return m_Children.begin(); } in begin() 183 const_iterator end() const { return m_Children.end(); } in end() 192 const_iterator Begin() const { return this->begin(); } in Begin() 194 const_iterator End() const { return this->end(); } in End()
|
| D | ut_MoveArray.h | 104 … typedef const TElement* const_iterator; //!< 要素の const イテレータの型です。 typedef 108 …typedef std::reverse_iterator<const_iterator, TElement> const_reverse_iterator; //!< 要素の const リバー… 111 …typedef std::reverse_iterator<const_iterator> const_reverse_iterator; //!< 要素の const リバースイテレ… 342 const_iterator begin() const { return m_Elements; } in begin() 348 const_iterator end() const { return m_End; } in end() 535 const_iterator Begin() const { return this->begin(); } in Begin() 539 const_iterator End() const { return this->end(); } in End()
|
| D | ut_Foreach.h | 142 NW_INLINE static_any<typename Type::const_iterator> begin(static_any_t cur, contain_type<const Type… in begin() 154 NW_INLINE static_any<typename Type::const_iterator> end(static_any_t cur, contain_type<const Type>*) in end()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_SceneEnvironment.cpp | 36 …SceneEnvironmentSetting::CameraBinderArray::const_iterator cameraBinderEnd = setting.GetCameraEnd(… in ApplyFrom() 37 …for (SceneEnvironmentSetting::CameraBinderArray::const_iterator cameraBinder = setting.GetCameraBe… in ApplyFrom() 48 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom() 49 for (SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinder = setting.GetFogBegin(); in ApplyFrom() 60 …SceneEnvironmentSetting::LightSetBinderArray::const_iterator lightSetBinderEnd = setting.GetLightS… in ApplyFrom() 61 …for (SceneEnvironmentSetting::LightSetBinderArray::const_iterator lightSetBinder = setting.GetLigh… in ApplyFrom()
|
| D | gfx_SceneEnvironmentSetting.cpp | 112 CameraArray::const_iterator found = in ResolveReference() 134 FogArray::const_iterator found = in ResolveReference() 167 AmbientLightArray::const_iterator foundAmbient = in ResolveReference() 175 HemiSphereLightArray::const_iterator foundHemiSphere = in ResolveReference() 184 VertexLightArray::const_iterator foundVertex = in ResolveReference() 193 FragmentLightArray::const_iterator foundFragment = in ResolveReference()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResParticleSet.h | 35 typedef ut::ResArrayClass<const ResParticleInitializer>::type::const_iterator ResParticleInitialize… 40 typedef ut::ResArrayClass<const ResParticleUpdater>::type::const_iterator ResParticleUpdaterArrayCo…
|
| D | gfx_ResShader.h | 44 typedef ut::ResArrayClass<const ResShaderSymbol>::type::const_iterator ResShaderSymbolArrayConstIte…
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 457 … nw::gfx::UserRenderNodeArray::const_iterator begin = sceneContext->GetUserRenderNodesBegin(); in SubmitView() 458 nw::gfx::UserRenderNodeArray::const_iterator end = sceneContext->GetUserRenderNodesEnd(); in SubmitView() 460 for ( nw::gfx::UserRenderNodeArray::const_iterator node = begin; node != end; ++node ) in SubmitView()
|