Home
last modified time | relevance | path

Searched refs:UpdateProps (Results 1 – 20 of 20) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkAxesActor.cxx147 this->UpdateProps(); in vtkAxesActor()
225 this->UpdateProps(); in RenderOpaqueGeometry()
251 this->UpdateProps(); in RenderTranslucentPolygonalGeometry()
279 this->UpdateProps(); in HasTranslucentPolygonalGeometry()
308 this->UpdateProps(); in RenderOverlay()
407 this->UpdateProps(); in SetTotalLength()
429 this->UpdateProps(); in SetNormalizedShaftLength()
451 this->UpdateProps(); in SetNormalizedTipLength()
473 this->UpdateProps(); in SetNormalizedLabelPosition()
498 this->UpdateProps(); in SetShaftType()
[all …]
H A DvtkAnnotatedCubeActor.cxx173 this->UpdateProps(); in vtkAnnotatedCubeActor()
287 this->UpdateProps(); in RenderOpaqueGeometry()
295 this->UpdateProps(); in RenderTranslucentPolygonalGeometry()
305 this->UpdateProps(); in HasTranslucentPolygonalGeometry()
391 this->UpdateProps(); in SetFaceTextScale()
395 void vtkAnnotatedCubeActor::UpdateProps() in UpdateProps() function in vtkAnnotatedCubeActor
H A DvtkAnnotatedCubeActor.h210 void UpdateProps();
H A DvtkAxesActor.h308 void UpdateProps();
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkAxesActor.cxx144 this->UpdateProps(); in vtkAxesActor()
222 this->UpdateProps(); in RenderOpaqueGeometry()
248 this->UpdateProps(); in RenderTranslucentPolygonalGeometry()
276 this->UpdateProps(); in HasTranslucentPolygonalGeometry()
305 this->UpdateProps(); in RenderOverlay()
440 this->UpdateProps(); in SetTotalLength()
463 this->UpdateProps(); in SetNormalizedShaftLength()
486 this->UpdateProps(); in SetNormalizedTipLength()
509 this->UpdateProps(); in SetNormalizedLabelPosition()
536 this->UpdateProps(); in SetShaftType()
[all …]
H A DvtkAnnotatedCubeActor.cxx173 this->UpdateProps(); in vtkAnnotatedCubeActor()
287 this->UpdateProps(); in RenderOpaqueGeometry()
295 this->UpdateProps(); in RenderTranslucentPolygonalGeometry()
305 this->UpdateProps(); in HasTranslucentPolygonalGeometry()
391 this->UpdateProps(); in SetFaceTextScale()
395 void vtkAnnotatedCubeActor::UpdateProps() in UpdateProps() function in vtkAnnotatedCubeActor
H A DvtkAnnotatedCubeActor.h211 void UpdateProps();
H A DvtkAxesActor.h318 void UpdateProps();
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkAxesActor.cxx144 this->UpdateProps(); in vtkAxesActor()
222 this->UpdateProps(); in RenderOpaqueGeometry()
248 this->UpdateProps(); in RenderTranslucentPolygonalGeometry()
276 this->UpdateProps(); in HasTranslucentPolygonalGeometry()
305 this->UpdateProps(); in RenderOverlay()
440 this->UpdateProps(); in SetTotalLength()
463 this->UpdateProps(); in SetNormalizedShaftLength()
486 this->UpdateProps(); in SetNormalizedTipLength()
509 this->UpdateProps(); in SetNormalizedLabelPosition()
536 this->UpdateProps(); in SetShaftType()
[all …]
H A DvtkAnnotatedCubeActor.cxx173 this->UpdateProps(); in vtkAnnotatedCubeActor()
287 this->UpdateProps(); in RenderOpaqueGeometry()
295 this->UpdateProps(); in RenderTranslucentPolygonalGeometry()
305 this->UpdateProps(); in HasTranslucentPolygonalGeometry()
391 this->UpdateProps(); in SetFaceTextScale()
395 void vtkAnnotatedCubeActor::UpdateProps() in UpdateProps() function in vtkAnnotatedCubeActor
H A DvtkAnnotatedCubeActor.h173 void UpdateProps();
H A DvtkAxesActor.h262 void UpdateProps();
/dports/www/mattermost-server/mattermost-server-6.0.2/services/users/
H A Dsession.go221 err := us.sessionStore.UpdateProps(session)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dsession_store.go250 func (me SqlSessionStore) UpdateProps(session *model.Session) error { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DSessionStore.go275 func (_m *SessionStore) UpdateProps(session *model.Session) error { func
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dsession_store.go75 err = ss.Session().UpdateProps(session)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/
H A Dstore.go453 UpdateProps(session *model.Session) error methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go7813 func (s *RetryLayerSessionStore) UpdateProps(session *model.Session) error { func
7817 err := s.SessionStore.UpdateProps(session)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/
H A Dtimerlayer.go6492 func (s *TimerLayerSessionStore) UpdateProps(session *model.Session) error { func
6495 err := s.SessionStore.UpdateProps(session)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/
H A Dopentracinglayer.go7192 func (s *OpenTracingLayerSessionStore) UpdateProps(session *model.Session) error { func
7201 err := s.SessionStore.UpdateProps(session)