1classdef OutputSection < Section
2 % An abstract
class for the output section of a node.
4 % Copyright (c) 2012-2026, Imperial College London
13 function self = OutputSection(className)
14 % SELF = OUTPUTSECTION(CLASSNAME)
16 self@Section(className);