0027047: STEP -- eliminate useless polymorhic methods Init()

Methods Init() in STEP data classes are made non-virtual, redundant variants just calling the same method of the base class are removed.
A few places where removed method have been called are corrected.
This commit is contained in:
abv
2015-12-29 07:00:18 +03:00
parent 17470159fd
commit 18f7c9a5c2
398 changed files with 260 additions and 1893 deletions

View File

@@ -22,14 +22,6 @@ IMPLEMENT_STANDARD_RTTIEXT(StepVisual_TextStyleWithBoxCharacteristics,StepVisual
StepVisual_TextStyleWithBoxCharacteristics::StepVisual_TextStyleWithBoxCharacteristics () {}
void StepVisual_TextStyleWithBoxCharacteristics::Init(
const Handle(TCollection_HAsciiString)& aName,
const Handle(StepVisual_TextStyleForDefinedFont)& aCharacterAppearance)
{
StepVisual_TextStyle::Init(aName, aCharacterAppearance);
}
void StepVisual_TextStyleWithBoxCharacteristics::Init(
const Handle(TCollection_HAsciiString)& aName,
const Handle(StepVisual_TextStyleForDefinedFont)& aCharacterAppearance,